Shades of Olive #828C08
Tints of Olive #828C08
RGB
CMYK
RGB Variations
Color information
#828C08 (or 0x828C08) is known color: Olive. HEX triplet: 82, 8C and 08. RGB value is (130,140,8). Sum of RGB (Red+Green+Blue) = 130+140+8=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 8 (3.52% from 255 or 2.88% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #828C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828C08 is #7D73F7. Grayscale: #7A7A7A. Windows color (decimal): -8221688 or 560258. OLE color: 560258.
HSL color Cylindrical-coordinate representation of color #828C08: hue angle of 64.55º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #828C08 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 8 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.45 |
| HSL | 64.55º | 0.89% | 0.29% | - |
| HSV(B) | 64.55º | 0.94% | 0.55% | - |
| XYZ | 18.63 | 23.52 | 3.79 | - |
| YUV | 121.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 8 | 0.07 | 0 | 0.94 | 0.45 | 64.55 | 0.89 | 0.29 |
| Hex | 82 | 8C | 8 | 7 | 0 | 5E | 2D | 41 | 59 | 1D |
| Octal | 202 | 214 | 10 | 7 | 0 | 136 | 55 | 101 | 131 | 35 |
| Binary | 10000010 | 10001100 | 1000 | 111 | 0 | 1011110 | 101101 | 1000001 | 1011001 | 11101 |
Color Harmonies of #828C08
Complementary color
Monochromatic Colors of #828C08
Black with #828C08
Text Example
Text Example
White with #828C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C08; }
p { color: rgb(130,140,8); }
H1.HeaderClassName
{
color: #828C08;
}
.AnyTagClassName
{
color: #828C08;
}
</style>
background-color css
<style>
a { background-color: #828C08; }
a { background-color: rgb(130,140,8); }
div.DivClassName
{
background-color: #828C08;
}
.BgClassName
{
background-color: #828C08;
}
</style>
border-color css
<style>
span { border-color: #828C08; }
span { border-color: rgb(130,140,8); }
td.TdClassName
{
border-color: #828C08;
}
.TagClassName
{
border-color: #828C08;
}
</style>