Shades of Olive #8C8100
Tints of Olive #8C8100
RGB
CMYK
RGB Variations
Color information
#8C8100 (or 0x8C8100) is known color: Olive. HEX triplet: 8C, 81 and 00. RGB value is (140,129,0). Sum of RGB (Red+Green+Blue) = 140+129+0=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8100 is #737EFF. Grayscale: #767676. Windows color (decimal): -7569152 or 33164. OLE color: 33164.
HSL color Cylindrical-coordinate representation of color #8C8100: hue angle of 55.29º 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 #8C8100 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.45 |
| HSL | 55.29º | 1% | 0.27% | - |
| HSV(B) | 55.29º | 1% | 0.55% | - |
| XYZ | 18.67 | 21.28 | 3.12 | - |
| YUV | 117.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 0 | 0 | 0.08 | 1 | 0.45 | 55.29 | 1 | 0.27 |
| Hex | 8C | 81 | 0 | 0 | 8 | 64 | 2D | 37 | 64 | 1B |
| Octal | 214 | 201 | 0 | 0 | 10 | 144 | 55 | 67 | 144 | 33 |
| Binary | 10001100 | 10000001 | 0 | 0 | 1000 | 1100100 | 101101 | 110111 | 1100100 | 11011 |
Color Harmonies of #8C8100
Complementary color
Monochromatic Colors of #8C8100
Black with #8C8100
Text Example
Text Example
White with #8C8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8100; }
p { color: rgb(140,129,0); }
H1.HeaderClassName
{
color: #8C8100;
}
.AnyTagClassName
{
color: #8C8100;
}
</style>
background-color css
<style>
a { background-color: #8C8100; }
a { background-color: rgb(140,129,0); }
div.DivClassName
{
background-color: #8C8100;
}
.BgClassName
{
background-color: #8C8100;
}
</style>
border-color css
<style>
span { border-color: #8C8100; }
span { border-color: rgb(140,129,0); }
td.TdClassName
{
border-color: #8C8100;
}
.TagClassName
{
border-color: #8C8100;
}
</style>