Shades of Olive #8C830C
Tints of Olive #8C830C
RGB
CMYK
RGB Variations
Color information
#8C830C (or 0x8C830C) is known color: Olive. HEX triplet: 8C, 83 and 0C. RGB value is (140,131,12). Sum of RGB (Red+Green+Blue) = 140+131+12=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C830C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C830C is #737CF3. Grayscale: #787878. Windows color (decimal): -7568628 or 820108. OLE color: 820108.
HSL color Cylindrical-coordinate representation of color #8C830C: hue angle of 55.78º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C830C is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 12 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.45 |
| HSL | 55.78º | 0.84% | 0.3% | - |
| HSV(B) | 55.78º | 0.91% | 0.55% | - |
| XYZ | 19 | 21.83 | 3.56 | - |
| YUV | 120.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 12 | 0 | 0.06 | 0.91 | 0.45 | 55.78 | 0.84 | 0.3 |
| Hex | 8C | 83 | C | 0 | 6 | 5B | 2D | 38 | 54 | 1E |
| Octal | 214 | 203 | 14 | 0 | 6 | 133 | 55 | 70 | 124 | 36 |
| Binary | 10001100 | 10000011 | 1100 | 0 | 110 | 1011011 | 101101 | 111000 | 1010100 | 11110 |
Color Harmonies of #8C830C
Complementary color
Monochromatic Colors of #8C830C
Black with #8C830C
Text Example
Text Example
White with #8C830C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C830C; }
p { color: rgb(140,131,12); }
H1.HeaderClassName
{
color: #8C830C;
}
.AnyTagClassName
{
color: #8C830C;
}
</style>
background-color css
<style>
a { background-color: #8C830C; }
a { background-color: rgb(140,131,12); }
div.DivClassName
{
background-color: #8C830C;
}
.BgClassName
{
background-color: #8C830C;
}
</style>
border-color css
<style>
span { border-color: #8C830C; }
span { border-color: rgb(140,131,12); }
td.TdClassName
{
border-color: #8C830C;
}
.TagClassName
{
border-color: #8C830C;
}
</style>