Shades of Olive #82880C
Tints of Olive #82880C
RGB
CMYK
RGB Variations
Color information
#82880C (or 0x82880C) is known color: Olive. HEX triplet: 82, 88 and 0C. RGB value is (130,136,12). Sum of RGB (Red+Green+Blue) = 130+136+12=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 136 (53.52% from 255 or 48.92% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 136 - color contains mainly: green. Hex color #82880C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82880C is #7D77F3. Grayscale: #787878. Windows color (decimal): -8222708 or 821378. OLE color: 821378.
HSL color Cylindrical-coordinate representation of color #82880C: hue angle of 62.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82880C is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 12 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.47 |
| HSL | 62.9º | 0.84% | 0.29% | - |
| HSV(B) | 62.9º | 0.91% | 0.53% | - |
| XYZ | 18.08 | 22.38 | 3.72 | - |
| YUV | 120.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 12 | 0.04 | 0 | 0.91 | 0.47 | 62.9 | 0.84 | 0.29 |
| Hex | 82 | 88 | C | 4 | 0 | 5B | 2F | 3F | 54 | 1D |
| Octal | 202 | 210 | 14 | 4 | 0 | 133 | 57 | 77 | 124 | 35 |
| Binary | 10000010 | 10001000 | 1100 | 100 | 0 | 1011011 | 101111 | 111111 | 1010100 | 11101 |
Color Harmonies of #82880C
Complementary color
Monochromatic Colors of #82880C
Black with #82880C
Text Example
Text Example
White with #82880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82880C; }
p { color: rgb(130,136,12); }
H1.HeaderClassName
{
color: #82880C;
}
.AnyTagClassName
{
color: #82880C;
}
</style>
background-color css
<style>
a { background-color: #82880C; }
a { background-color: rgb(130,136,12); }
div.DivClassName
{
background-color: #82880C;
}
.BgClassName
{
background-color: #82880C;
}
</style>
border-color css
<style>
span { border-color: #82880C; }
span { border-color: rgb(130,136,12); }
td.TdClassName
{
border-color: #82880C;
}
.TagClassName
{
border-color: #82880C;
}
</style>