Shades of Olive #8C8902
Tints of Olive #8C8902
RGB
CMYK
RGB Variations
Color information
#8C8902 (or 0x8C8902) is known color: Olive. HEX triplet: 8C, 89 and 02. RGB value is (140,137,2). Sum of RGB (Red+Green+Blue) = 140+137+2=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8902 is #7376FD. Grayscale: #7B7B7B. Windows color (decimal): -7567102 or 166284. OLE color: 166284.
HSL color Cylindrical-coordinate representation of color #8C8902: hue angle of 58.7º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C8902 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 2 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.45 |
| HSL | 58.7º | 0.97% | 0.28% | - |
| HSV(B) | 58.7º | 0.99% | 0.55% | - |
| XYZ | 19.77 | 23.47 | 3.55 | - |
| YUV | 122.51 | 59.99 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 2 | 0 | 0.02 | 0.99 | 0.45 | 58.7 | 0.97 | 0.28 |
| Hex | 8C | 89 | 2 | 0 | 2 | 63 | 2D | 3B | 61 | 1C |
| Octal | 214 | 211 | 2 | 0 | 2 | 143 | 55 | 73 | 141 | 34 |
| Binary | 10001100 | 10001001 | 10 | 0 | 10 | 1100011 | 101101 | 111011 | 1100001 | 11100 |
Color Harmonies of #8C8902
Complementary color
Monochromatic Colors of #8C8902
Black with #8C8902
Text Example
Text Example
White with #8C8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8902; }
p { color: rgb(140,137,2); }
H1.HeaderClassName
{
color: #8C8902;
}
.AnyTagClassName
{
color: #8C8902;
}
</style>
background-color css
<style>
a { background-color: #8C8902; }
a { background-color: rgb(140,137,2); }
div.DivClassName
{
background-color: #8C8902;
}
.BgClassName
{
background-color: #8C8902;
}
</style>
border-color css
<style>
span { border-color: #8C8902; }
span { border-color: rgb(140,137,2); }
td.TdClassName
{
border-color: #8C8902;
}
.TagClassName
{
border-color: #8C8902;
}
</style>