Shades of Olive #8C820D
Tints of Olive #8C820D
RGB
CMYK
RGB Variations
Color information
#8C820D (or 0x8C820D) is known color: Olive. HEX triplet: 8C, 82 and 0D. RGB value is (140,130,13). Sum of RGB (Red+Green+Blue) = 140+130+13=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C820D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C820D is #737DF2. Grayscale: #787878. Windows color (decimal): -7568883 or 885388. OLE color: 885388.
HSL color Cylindrical-coordinate representation of color #8C820D: hue angle of 55.28º degrees, saturation: 0.83, 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 #8C820D is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 13 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.45 |
| HSL | 55.28º | 0.83% | 0.3% | - |
| HSV(B) | 55.28º | 0.91% | 0.55% | - |
| XYZ | 18.87 | 21.57 | 3.55 | - |
| YUV | 119.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 13 | 0 | 0.07 | 0.91 | 0.45 | 55.28 | 0.83 | 0.3 |
| Hex | 8C | 82 | D | 0 | 7 | 5B | 2D | 37 | 53 | 1E |
| Octal | 214 | 202 | 15 | 0 | 7 | 133 | 55 | 67 | 123 | 36 |
| Binary | 10001100 | 10000010 | 1101 | 0 | 111 | 1011011 | 101101 | 110111 | 1010011 | 11110 |
Color Harmonies of #8C820D
Complementary color
Monochromatic Colors of #8C820D
Black with #8C820D
Text Example
Text Example
White with #8C820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C820D; }
p { color: rgb(140,130,13); }
H1.HeaderClassName
{
color: #8C820D;
}
.AnyTagClassName
{
color: #8C820D;
}
</style>
background-color css
<style>
a { background-color: #8C820D; }
a { background-color: rgb(140,130,13); }
div.DivClassName
{
background-color: #8C820D;
}
.BgClassName
{
background-color: #8C820D;
}
</style>
border-color css
<style>
span { border-color: #8C820D; }
span { border-color: rgb(140,130,13); }
td.TdClassName
{
border-color: #8C820D;
}
.TagClassName
{
border-color: #8C820D;
}
</style>