#738503

Color #738503 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #738503

Tints of Olive #738503

Color information

#738503 (or 0x738503) is unknown color: approx Olive. HEX triplet: 73, 85 and 03. RGB value is (115,133,3). Sum of RGB (Red+Green+Blue) = 115+133+3=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #738503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738503 is #8C7AFC. Grayscale: #717171. Windows color (decimal): -9206525 or 230771. OLE color: 230771.

HSL color Cylindrical-coordinate representation of color #738503: hue angle of 68.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #738503 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB1151333-
CMYK0.1400.980.48
HSL68.31º95.59%26.67%-
HSV(B)68.31º97.74%52.16%-
XYZ15.4720.433.21-
YUV112.866.04129.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 133 (52.34% from 255) = 52.99%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=45.82%
G=52.99%
B=1.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11513330.1400.980.4868.3195.5926.67
Hex73853E0623044601b
Octal16320531601426010414033
Binary111001110000101111110011000101100001000100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738503; }

 p { color: rgb(115,133,3); }

 H1.HeaderClassName
 {
   color: #738503;
 }
 .AnyTagClassName
 {
   color: #738503;
 }
</style>
background-color css

<style>
 a { background-color: #738503; }

 a { background-color: rgb(115,133,3); }

 div.DivClassName
 {
   background-color: #738503;
 }
 .BgClassName
 {
   background-color: #738503;
 }
</style>
border-color css

<style>
 span { border-color: #738503; }

 span { border-color: rgb(115,133,3); }

 td.TdClassName
 {
   border-color: #738503;
 }
 .TagClassName
 {
   border-color: #738503;
 }
</style>