Shades of Olive #8C7B09
Tints of Olive #8C7B09
RGB
CMYK
RGB Variations
Color information
#8C7B09 (or 0x8C7B09) is known color: Olive. HEX triplet: 8C, 7B and 09. RGB value is (140,123,9). Sum of RGB (Red+Green+Blue) = 140+123+9=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7B09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7B09 is #7384F6. Grayscale: #737373. Windows color (decimal): -7570679 or 621452. OLE color: 621452.
HSL color Cylindrical-coordinate representation of color #8C7B09: hue angle of 52.21º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C7B09 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 123 | 9 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.45 |
| HSL | 52.21º | 0.88% | 0.29% | - |
| HSV(B) | 52.21º | 0.94% | 0.55% | - |
| XYZ | 17.95 | 19.76 | 3.13 | - |
| YUV | 115.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 123 | 9 | 0 | 0.12 | 0.94 | 0.45 | 52.21 | 0.88 | 0.29 |
| Hex | 8C | 7B | 9 | 0 | C | 5E | 2D | 34 | 58 | 1D |
| Octal | 214 | 173 | 11 | 0 | 14 | 136 | 55 | 64 | 130 | 35 |
| Binary | 10001100 | 1111011 | 1001 | 0 | 1100 | 1011110 | 101101 | 110100 | 1011000 | 11101 |
Color Harmonies of #8C7B09
Complementary color
Monochromatic Colors of #8C7B09
Black with #8C7B09
Text Example
Text Example
White with #8C7B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7B09; }
p { color: rgb(140,123,9); }
H1.HeaderClassName
{
color: #8C7B09;
}
.AnyTagClassName
{
color: #8C7B09;
}
</style>
background-color css
<style>
a { background-color: #8C7B09; }
a { background-color: rgb(140,123,9); }
div.DivClassName
{
background-color: #8C7B09;
}
.BgClassName
{
background-color: #8C7B09;
}
</style>
border-color css
<style>
span { border-color: #8C7B09; }
span { border-color: rgb(140,123,9); }
td.TdClassName
{
border-color: #8C7B09;
}
.TagClassName
{
border-color: #8C7B09;
}
</style>