#736F08

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

Shades of Olive #736F08

Tints of Olive #736F08

Color information

#736F08 (or 0x736F08) is unknown color: approx Olive. HEX triplet: 73, 6F and 08. RGB value is (115,111,8). Sum of RGB (Red+Green+Blue) = 115+111+8=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #736F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736F08 is #8C90F7. Grayscale: #646464. Windows color (decimal): -9212152 or 552819. OLE color: 552819.

HSL color Cylindrical-coordinate representation of color #736F08: hue angle of 57.76º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #736F08 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB1151118-
CMYK00.030.930.55
HSL57.76º86.99%24.12%-
HSV(B)57.76º93.04%45.1%-
XYZ12.815.032.46-
YUV100.4575.83138.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 111 (43.75% from 255) = 47.44%
BLUE value IS 8 (3.52% from 255) = 3.42%
R=49.15%
G=47.44%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115111800.030.930.5557.7686.9924.12
Hex736F8035D373a5718
Octal1631571003135677212730
Binary1110011110111110000111011101110111111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736F08; }

 p { color: rgb(115,111,8); }

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

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

 a { background-color: rgb(115,111,8); }

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

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

 span { border-color: rgb(115,111,8); }

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