Shades of Olive #8C8400
Tints of Olive #8C8400
RGB
CMYK
RGB Variations
Color information
#8C8400 (or 0x8C8400) is known color: Olive. HEX triplet: 8C, 84 and 00. RGB value is (140,132,0). Sum of RGB (Red+Green+Blue) = 140+132+0=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8400 is #737BFF. Grayscale: #777777. Windows color (decimal): -7568384 or 33932. OLE color: 33932.
HSL color Cylindrical-coordinate representation of color #8C8400: hue angle of 56.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 #8C8400 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.45 |
| HSL | 56.57º | 1% | 0.27% | - |
| HSV(B) | 56.57º | 1% | 0.55% | - |
| XYZ | 19.07 | 22.08 | 3.26 | - |
| YUV | 119.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 0 | 0 | 0.06 | 1 | 0.45 | 56.57 | 1 | 0.27 |
| Hex | 8C | 84 | 0 | 0 | 6 | 64 | 2D | 39 | 64 | 1B |
| Octal | 214 | 204 | 0 | 0 | 6 | 144 | 55 | 71 | 144 | 33 |
| Binary | 10001100 | 10000100 | 0 | 0 | 110 | 1100100 | 101101 | 111001 | 1100100 | 11011 |
Color Harmonies of #8C8400
Complementary color
Monochromatic Colors of #8C8400
Black with #8C8400
Text Example
Text Example
White with #8C8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8400; }
p { color: rgb(140,132,0); }
H1.HeaderClassName
{
color: #8C8400;
}
.AnyTagClassName
{
color: #8C8400;
}
</style>
background-color css
<style>
a { background-color: #8C8400; }
a { background-color: rgb(140,132,0); }
div.DivClassName
{
background-color: #8C8400;
}
.BgClassName
{
background-color: #8C8400;
}
</style>
border-color css
<style>
span { border-color: #8C8400; }
span { border-color: rgb(140,132,0); }
td.TdClassName
{
border-color: #8C8400;
}
.TagClassName
{
border-color: #8C8400;
}
</style>