Shades of Olive #8C830A
Tints of Olive #8C830A
RGB
CMYK
RGB Variations
Color information
#8C830A (or 0x8C830A) is known color: Olive. HEX triplet: 8C, 83 and 0A. RGB value is (140,131,10). Sum of RGB (Red+Green+Blue) = 140+131+10=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C830A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C830A is #737CF5. Grayscale: #787878. Windows color (decimal): -7568630 or 689036. OLE color: 689036.
HSL color Cylindrical-coordinate representation of color #8C830A: hue angle of 55.85º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C830A is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 10 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.45 |
| HSL | 55.85º | 0.87% | 0.29% | - |
| HSV(B) | 55.85º | 0.93% | 0.55% | - |
| XYZ | 18.99 | 21.83 | 3.5 | - |
| YUV | 119.9 | 65.98 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 10 | 0 | 0.06 | 0.93 | 0.45 | 55.85 | 0.87 | 0.29 |
| Hex | 8C | 83 | A | 0 | 6 | 5D | 2D | 38 | 57 | 1D |
| Octal | 214 | 203 | 12 | 0 | 6 | 135 | 55 | 70 | 127 | 35 |
| Binary | 10001100 | 10000011 | 1010 | 0 | 110 | 1011101 | 101101 | 111000 | 1010111 | 11101 |
Color Harmonies of #8C830A
Complementary color
Monochromatic Colors of #8C830A
Black with #8C830A
Text Example
Text Example
White with #8C830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C830A; }
p { color: rgb(140,131,10); }
H1.HeaderClassName
{
color: #8C830A;
}
.AnyTagClassName
{
color: #8C830A;
}
</style>
background-color css
<style>
a { background-color: #8C830A; }
a { background-color: rgb(140,131,10); }
div.DivClassName
{
background-color: #8C830A;
}
.BgClassName
{
background-color: #8C830A;
}
</style>
border-color css
<style>
span { border-color: #8C830A; }
span { border-color: rgb(140,131,10); }
td.TdClassName
{
border-color: #8C830A;
}
.TagClassName
{
border-color: #8C830A;
}
</style>