Shades of Olive #8C7F05
Tints of Olive #8C7F05
RGB
CMYK
RGB Variations
Color information
#8C7F05 (or 0x8C7F05) is known color: Olive. HEX triplet: 8C, 7F and 05. RGB value is (140,127,5). Sum of RGB (Red+Green+Blue) = 140+127+5=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 127 (50% from 255 or 46.69% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7F05 is #7380FA. Grayscale: #757575. Windows color (decimal): -7569659 or 360332. OLE color: 360332.
HSL color Cylindrical-coordinate representation of color #8C7F05: hue angle of 54.22º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C7F05 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 127 | 5 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.45 |
| HSL | 54.22º | 0.93% | 0.28% | - |
| HSV(B) | 54.22º | 0.96% | 0.55% | - |
| XYZ | 18.43 | 20.77 | 3.18 | - |
| YUV | 116.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 127 | 5 | 0 | 0.09 | 0.96 | 0.45 | 54.22 | 0.93 | 0.28 |
| Hex | 8C | 7F | 5 | 0 | 9 | 60 | 2D | 36 | 5D | 1C |
| Octal | 214 | 177 | 5 | 0 | 11 | 140 | 55 | 66 | 135 | 34 |
| Binary | 10001100 | 1111111 | 101 | 0 | 1001 | 1100000 | 101101 | 110110 | 1011101 | 11100 |
Color Harmonies of #8C7F05
Complementary color
Monochromatic Colors of #8C7F05
Black with #8C7F05
Text Example
Text Example
White with #8C7F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7F05; }
p { color: rgb(140,127,5); }
H1.HeaderClassName
{
color: #8C7F05;
}
.AnyTagClassName
{
color: #8C7F05;
}
</style>
background-color css
<style>
a { background-color: #8C7F05; }
a { background-color: rgb(140,127,5); }
div.DivClassName
{
background-color: #8C7F05;
}
.BgClassName
{
background-color: #8C7F05;
}
</style>
border-color css
<style>
span { border-color: #8C7F05; }
span { border-color: rgb(140,127,5); }
td.TdClassName
{
border-color: #8C7F05;
}
.TagClassName
{
border-color: #8C7F05;
}
</style>