Shades of Olive #736B09
Tints of Olive #736B09
RGB
CMYK
RGB Variations
Color information
#736B09 (or 0x736B09) is known color: Olive. HEX triplet: 73, 6B and 09. RGB value is (115,107,9). Sum of RGB (Red+Green+Blue) = 115+107+9=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #736B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B09 is #8C94F6. Grayscale: #626262. Windows color (decimal): -9213175 or 617331. OLE color: 617331.
HSL color Cylindrical-coordinate representation of color #736B09: hue angle of 55.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #736B09 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 107 | 9 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.55 |
| HSL | 55.47º | 0.85% | 0.24% | - |
| HSV(B) | 55.47º | 0.92% | 0.45% | - |
| XYZ | 12.38 | 14.18 | 2.34 | - |
| YUV | 98.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 107 | 9 | 0 | 0.07 | 0.92 | 0.55 | 55.47 | 0.85 | 0.24 |
| Hex | 73 | 6B | 9 | 0 | 7 | 5C | 37 | 37 | 55 | 18 |
| Octal | 163 | 153 | 11 | 0 | 7 | 134 | 67 | 67 | 125 | 30 |
| Binary | 1110011 | 1101011 | 1001 | 0 | 111 | 1011100 | 110111 | 110111 | 1010101 | 11000 |
Color Harmonies of #736B09
Complementary color
Monochromatic Colors of #736B09
Black with #736B09
Text Example
Text Example
White with #736B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736B09; }
p { color: rgb(115,107,9); }
H1.HeaderClassName
{
color: #736B09;
}
.AnyTagClassName
{
color: #736B09;
}
</style>
background-color css
<style>
a { background-color: #736B09; }
a { background-color: rgb(115,107,9); }
div.DivClassName
{
background-color: #736B09;
}
.BgClassName
{
background-color: #736B09;
}
</style>
border-color css
<style>
span { border-color: #736B09; }
span { border-color: rgb(115,107,9); }
td.TdClassName
{
border-color: #736B09;
}
.TagClassName
{
border-color: #736B09;
}
</style>