Shades of Olive #8C6E02
Tints of Olive #8C6E02
RGB
CMYK
RGB Variations
Color information
#8C6E02 (or 0x8C6E02) is known color: Olive. HEX triplet: 8C, 6E and 02. RGB value is (140,110,2). Sum of RGB (Red+Green+Blue) = 140+110+2=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6E02 is #7391FD. Grayscale: #6B6B6B. Windows color (decimal): -7574014 or 159372. OLE color: 159372.
HSL color Cylindrical-coordinate representation of color #8C6E02: hue angle of 46.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C6E02 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.45 |
| HSL | 46.96º | 0.97% | 0.28% | - |
| HSV(B) | 46.96º | 0.99% | 0.55% | - |
| XYZ | 16.4 | 16.73 | 2.42 | - |
| YUV | 106.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 2 | 0 | 0.21 | 0.99 | 0.45 | 46.96 | 0.97 | 0.28 |
| Hex | 8C | 6E | 2 | 0 | 15 | 63 | 2D | 2F | 61 | 1C |
| Octal | 214 | 156 | 2 | 0 | 25 | 143 | 55 | 57 | 141 | 34 |
| Binary | 10001100 | 1101110 | 10 | 0 | 10101 | 1100011 | 101101 | 101111 | 1100001 | 11100 |
Color Harmonies of #8C6E02
Complementary color
Monochromatic Colors of #8C6E02
Black with #8C6E02
Text Example
Text Example
White with #8C6E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E02; }
p { color: rgb(140,110,2); }
H1.HeaderClassName
{
color: #8C6E02;
}
.AnyTagClassName
{
color: #8C6E02;
}
</style>
background-color css
<style>
a { background-color: #8C6E02; }
a { background-color: rgb(140,110,2); }
div.DivClassName
{
background-color: #8C6E02;
}
.BgClassName
{
background-color: #8C6E02;
}
</style>
border-color css
<style>
span { border-color: #8C6E02; }
span { border-color: rgb(140,110,2); }
td.TdClassName
{
border-color: #8C6E02;
}
.TagClassName
{
border-color: #8C6E02;
}
</style>