Shades of Olive #8C8106
Tints of Olive #8C8106
RGB
CMYK
RGB Variations
Color information
#8C8106 (or 0x8C8106) is known color: Olive. HEX triplet: 8C, 81 and 06. RGB value is (140,129,6). Sum of RGB (Red+Green+Blue) = 140+129+6=275 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.91% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8106 is #737EF9. Grayscale: #767676. Windows color (decimal): -7569146 or 426380. OLE color: 426380.
HSL color Cylindrical-coordinate representation of color #8C8106: hue angle of 55.07º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C8106 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 6 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.45 |
| HSL | 55.07º | 0.92% | 0.29% | - |
| HSV(B) | 55.07º | 0.96% | 0.55% | - |
| XYZ | 18.7 | 21.29 | 3.3 | - |
| YUV | 118.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 6 | 0 | 0.08 | 0.96 | 0.45 | 55.07 | 0.92 | 0.29 |
| Hex | 8C | 81 | 6 | 0 | 8 | 60 | 2D | 37 | 5C | 1D |
| Octal | 214 | 201 | 6 | 0 | 10 | 140 | 55 | 67 | 134 | 35 |
| Binary | 10001100 | 10000001 | 110 | 0 | 1000 | 1100000 | 101101 | 110111 | 1011100 | 11101 |
Color Harmonies of #8C8106
Complementary color
Monochromatic Colors of #8C8106
Black with #8C8106
Text Example
Text Example
White with #8C8106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8106; }
p { color: rgb(140,129,6); }
H1.HeaderClassName
{
color: #8C8106;
}
.AnyTagClassName
{
color: #8C8106;
}
</style>
background-color css
<style>
a { background-color: #8C8106; }
a { background-color: rgb(140,129,6); }
div.DivClassName
{
background-color: #8C8106;
}
.BgClassName
{
background-color: #8C8106;
}
</style>
border-color css
<style>
span { border-color: #8C8106; }
span { border-color: rgb(140,129,6); }
td.TdClassName
{
border-color: #8C8106;
}
.TagClassName
{
border-color: #8C8106;
}
</style>