Shades of Olive #8C8500
Tints of Olive #8C8500
RGB
CMYK
RGB Variations
Color information
#8C8500 (or 0x8C8500) is known color: Olive. HEX triplet: 8C, 85 and 00. RGB value is (140,133,0). Sum of RGB (Red+Green+Blue) = 140+133+0=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8500 is #737AFF. Grayscale: #787878. Windows color (decimal): -7568128 or 34188. OLE color: 34188.
HSL color Cylindrical-coordinate representation of color #8C8500: hue angle of 57º 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 #8C8500 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.45 |
| HSL | 57º | 1% | 0.27% | - |
| HSV(B) | 57º | 1% | 0.55% | - |
| XYZ | 19.2 | 22.35 | 3.3 | - |
| YUV | 119.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 0 | 0 | 0.05 | 1 | 0.45 | 57 | 1 | 0.27 |
| Hex | 8C | 85 | 0 | 0 | 5 | 64 | 2D | 39 | 64 | 1B |
| Octal | 214 | 205 | 0 | 0 | 5 | 144 | 55 | 71 | 144 | 33 |
| Binary | 10001100 | 10000101 | 0 | 0 | 101 | 1100100 | 101101 | 111001 | 1100100 | 11011 |
Color Harmonies of #8C8500
Complementary color
Monochromatic Colors of #8C8500
Black with #8C8500
Text Example
Text Example
White with #8C8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8500; }
p { color: rgb(140,133,0); }
H1.HeaderClassName
{
color: #8C8500;
}
.AnyTagClassName
{
color: #8C8500;
}
</style>
background-color css
<style>
a { background-color: #8C8500; }
a { background-color: rgb(140,133,0); }
div.DivClassName
{
background-color: #8C8500;
}
.BgClassName
{
background-color: #8C8500;
}
</style>
border-color css
<style>
span { border-color: #8C8500; }
span { border-color: rgb(140,133,0); }
td.TdClassName
{
border-color: #8C8500;
}
.TagClassName
{
border-color: #8C8500;
}
</style>