Shades of Olive #8C8110
Tints of Olive #8C8110
RGB
CMYK
RGB Variations
Color information
#8C8110 (or 0x8C8110) is known color: Olive. HEX triplet: 8C, 81 and 10. RGB value is (140,129,16). Sum of RGB (Red+Green+Blue) = 140+129+16=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8110 is #737EEF. Grayscale: #777777. Windows color (decimal): -7569136 or 1081740. OLE color: 1081740.
HSL color Cylindrical-coordinate representation of color #8C8110: hue angle of 54.68º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C8110 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 129 | 16 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.45 |
| HSL | 54.68º | 0.79% | 0.31% | - |
| HSV(B) | 54.68º | 0.89% | 0.55% | - |
| XYZ | 18.76 | 21.31 | 3.62 | - |
| YUV | 119.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 129 | 16 | 0 | 0.08 | 0.89 | 0.45 | 54.68 | 0.79 | 0.31 |
| Hex | 8C | 81 | 10 | 0 | 8 | 59 | 2D | 37 | 4F | 1F |
| Octal | 214 | 201 | 20 | 0 | 10 | 131 | 55 | 67 | 117 | 37 |
| Binary | 10001100 | 10000001 | 10000 | 0 | 1000 | 1011001 | 101101 | 110111 | 1001111 | 11111 |
Color Harmonies of #8C8110
Complementary color
Monochromatic Colors of #8C8110
Black with #8C8110
Text Example
Text Example
White with #8C8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8110; }
p { color: rgb(140,129,16); }
H1.HeaderClassName
{
color: #8C8110;
}
.AnyTagClassName
{
color: #8C8110;
}
</style>
background-color css
<style>
a { background-color: #8C8110; }
a { background-color: rgb(140,129,16); }
div.DivClassName
{
background-color: #8C8110;
}
.BgClassName
{
background-color: #8C8110;
}
</style>
border-color css
<style>
span { border-color: #8C8110; }
span { border-color: rgb(140,129,16); }
td.TdClassName
{
border-color: #8C8110;
}
.TagClassName
{
border-color: #8C8110;
}
</style>