Shades of Olive #736F08
Tints of Olive #736F08
RGB
CMYK
RGB Variations
Color information
#736F08 (or 0x736F08) is known color: 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
| RGB | 115 | 111 | 8 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.55 |
| HSL | 57.76º | 0.87% | 0.24% | - |
| HSV(B) | 57.76º | 0.93% | 0.45% | - |
| XYZ | 12.8 | 15.03 | 2.46 | - |
| YUV | 100.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 111 | 8 | 0 | 0.03 | 0.93 | 0.55 | 57.76 | 0.87 | 0.24 |
| Hex | 73 | 6F | 8 | 0 | 3 | 5D | 37 | 3A | 57 | 18 |
| Octal | 163 | 157 | 10 | 0 | 3 | 135 | 67 | 72 | 127 | 30 |
| Binary | 1110011 | 1101111 | 1000 | 0 | 11 | 1011101 | 110111 | 111010 | 1010111 | 11000 |
Color Harmonies of #736F08
Complementary color
Monochromatic Colors of #736F08
Black with #736F08
Text Example
Text Example
White with #736F08
Text Example
Text Example
HTML Codes & Css Web 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>