Shades of Olive #8C8900
Tints of Olive #8C8900
RGB
CMYK
RGB Variations
Color information
#8C8900 (or 0x8C8900) is known color: Olive. HEX triplet: 8C, 89 and 00. RGB value is (140,137,0). Sum of RGB (Red+Green+Blue) = 140+137+0=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8900 is #7376FF. Grayscale: #7A7A7A. Windows color (decimal): -7567104 or 35212. OLE color: 35212.
HSL color Cylindrical-coordinate representation of color #8C8900: hue angle of 58.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C8900 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.45 |
| HSL | 58.71º | 1% | 0.27% | - |
| HSV(B) | 58.71º | 1% | 0.55% | - |
| XYZ | 19.76 | 23.47 | 3.49 | - |
| YUV | 122.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 0 | 0 | 0.02 | 1 | 0.45 | 58.71 | 1 | 0.27 |
| Hex | 8C | 89 | 0 | 0 | 2 | 64 | 2D | 3B | 64 | 1B |
| Octal | 214 | 211 | 0 | 0 | 2 | 144 | 55 | 73 | 144 | 33 |
| Binary | 10001100 | 10001001 | 0 | 0 | 10 | 1100100 | 101101 | 111011 | 1100100 | 11011 |
Color Harmonies of #8C8900
Complementary color
Monochromatic Colors of #8C8900
Black with #8C8900
Text Example
Text Example
White with #8C8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8900; }
p { color: rgb(140,137,0); }
H1.HeaderClassName
{
color: #8C8900;
}
.AnyTagClassName
{
color: #8C8900;
}
</style>
background-color css
<style>
a { background-color: #8C8900; }
a { background-color: rgb(140,137,0); }
div.DivClassName
{
background-color: #8C8900;
}
.BgClassName
{
background-color: #8C8900;
}
</style>
border-color css
<style>
span { border-color: #8C8900; }
span { border-color: rgb(140,137,0); }
td.TdClassName
{
border-color: #8C8900;
}
.TagClassName
{
border-color: #8C8900;
}
</style>