Shades of Olive #8C7F00
Tints of Olive #8C7F00
RGB
CMYK
RGB Variations
Color information
#8C7F00 (or 0x8C7F00) is known color: Olive. HEX triplet: 8C, 7F and 00. RGB value is (140,127,0). Sum of RGB (Red+Green+Blue) = 140+127+0=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7F00 is #7380FF. Grayscale: #747474. Windows color (decimal): -7569664 or 32652. OLE color: 32652.
HSL color Cylindrical-coordinate representation of color #8C7F00: hue angle of 54.43º 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 #8C7F00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.45 |
| HSL | 54.43º | 1% | 0.27% | - |
| HSV(B) | 54.43º | 1% | 0.55% | - |
| XYZ | 18.4 | 20.75 | 3.04 | - |
| YUV | 116.41 | 62.31 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 0 | 0 | 0.09 | 1 | 0.45 | 54.43 | 1 | 0.27 |
| Hex | 8C | 7F | 0 | 0 | 9 | 64 | 2D | 36 | 64 | 1B |
| Octal | 214 | 177 | 0 | 0 | 11 | 144 | 55 | 66 | 144 | 33 |
| Binary | 10001100 | 1111111 | 0 | 0 | 1001 | 1100100 | 101101 | 110110 | 1100100 | 11011 |
Color Harmonies of #8C7F00
Complementary color
Monochromatic Colors of #8C7F00
Black with #8C7F00
Text Example
Text Example
White with #8C7F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F00; }
p { color: rgb(140,127,0); }
H1.HeaderClassName
{
color: #8C7F00;
}
.AnyTagClassName
{
color: #8C7F00;
}
</style>
background-color css
<style>
a { background-color: #8C7F00; }
a { background-color: rgb(140,127,0); }
div.DivClassName
{
background-color: #8C7F00;
}
.BgClassName
{
background-color: #8C7F00;
}
</style>
border-color css
<style>
span { border-color: #8C7F00; }
span { border-color: rgb(140,127,0); }
td.TdClassName
{
border-color: #8C7F00;
}
.TagClassName
{
border-color: #8C7F00;
}
</style>