Shades of Olive #8C8907
Tints of Olive #8C8907
RGB
CMYK
RGB Variations
Color information
#8C8907 (or 0x8C8907) is known color: Olive. HEX triplet: 8C, 89 and 07. RGB value is (140,137,7). Sum of RGB (Red+Green+Blue) = 140+137+7=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 137 (53.91% from 255 or 48.24% from 284); Blue value is 7 (3.12% from 255 or 2.46% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8907 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8907 is #7376F8. Grayscale: #7B7B7B. Windows color (decimal): -7567097 or 493964. OLE color: 493964.
HSL color Cylindrical-coordinate representation of color #8C8907: hue angle of 58.65º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C8907 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 7 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.45 |
| HSL | 58.65º | 0.9% | 0.29% | - |
| HSV(B) | 58.65º | 0.95% | 0.55% | - |
| XYZ | 19.8 | 23.48 | 3.69 | - |
| YUV | 123.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 7 | 0 | 0.02 | 0.95 | 0.45 | 58.65 | 0.9 | 0.29 |
| Hex | 8C | 89 | 7 | 0 | 2 | 5F | 2D | 3B | 5A | 1D |
| Octal | 214 | 211 | 7 | 0 | 2 | 137 | 55 | 73 | 132 | 35 |
| Binary | 10001100 | 10001001 | 111 | 0 | 10 | 1011111 | 101101 | 111011 | 1011010 | 11101 |
Color Harmonies of #8C8907
Complementary color
Monochromatic Colors of #8C8907
Black with #8C8907
Text Example
Text Example
White with #8C8907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8907; }
p { color: rgb(140,137,7); }
H1.HeaderClassName
{
color: #8C8907;
}
.AnyTagClassName
{
color: #8C8907;
}
</style>
background-color css
<style>
a { background-color: #8C8907; }
a { background-color: rgb(140,137,7); }
div.DivClassName
{
background-color: #8C8907;
}
.BgClassName
{
background-color: #8C8907;
}
</style>
border-color css
<style>
span { border-color: #8C8907; }
span { border-color: rgb(140,137,7); }
td.TdClassName
{
border-color: #8C8907;
}
.TagClassName
{
border-color: #8C8907;
}
</style>