Shades of Olive #8C8206
Tints of Olive #8C8206
RGB
CMYK
RGB Variations
Color information
#8C8206 (or 0x8C8206) is known color: Olive. HEX triplet: 8C, 82 and 06. RGB value is (140,130,6). Sum of RGB (Red+Green+Blue) = 140+130+6=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8206 is #737DF9. Grayscale: #777777. Windows color (decimal): -7568890 or 426636. OLE color: 426636.
HSL color Cylindrical-coordinate representation of color #8C8206: hue angle of 55.52º 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 #8C8206 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 6 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.45 |
| HSL | 55.52º | 0.92% | 0.29% | - |
| HSV(B) | 55.52º | 0.96% | 0.55% | - |
| XYZ | 18.83 | 21.55 | 3.34 | - |
| YUV | 118.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 6 | 0 | 0.07 | 0.96 | 0.45 | 55.52 | 0.92 | 0.29 |
| Hex | 8C | 82 | 6 | 0 | 7 | 60 | 2D | 38 | 5C | 1D |
| Octal | 214 | 202 | 6 | 0 | 7 | 140 | 55 | 70 | 134 | 35 |
| Binary | 10001100 | 10000010 | 110 | 0 | 111 | 1100000 | 101101 | 111000 | 1011100 | 11101 |
Color Harmonies of #8C8206
Complementary color
Monochromatic Colors of #8C8206
Black with #8C8206
Text Example
Text Example
White with #8C8206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8206; }
p { color: rgb(140,130,6); }
H1.HeaderClassName
{
color: #8C8206;
}
.AnyTagClassName
{
color: #8C8206;
}
</style>
background-color css
<style>
a { background-color: #8C8206; }
a { background-color: rgb(140,130,6); }
div.DivClassName
{
background-color: #8C8206;
}
.BgClassName
{
background-color: #8C8206;
}
</style>
border-color css
<style>
span { border-color: #8C8206; }
span { border-color: rgb(140,130,6); }
td.TdClassName
{
border-color: #8C8206;
}
.TagClassName
{
border-color: #8C8206;
}
</style>