Shades of Olive #828C02
Tints of Olive #828C02
RGB
CMYK
RGB Variations
Color information
#828C02 (or 0x828C02) is known color: Olive. HEX triplet: 82, 8C and 02. RGB value is (130,140,2). Sum of RGB (Red+Green+Blue) = 130+140+2=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 140 (55.08% from 255 or 51.47% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 140 - color contains mainly: green. Hex color #828C02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828C02 is #7D73FD. Grayscale: #797979. Windows color (decimal): -8221694 or 167042. OLE color: 167042.
HSL color Cylindrical-coordinate representation of color #828C02: hue angle of 64.35º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #828C02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.45 |
| HSL | 64.35º | 0.97% | 0.28% | - |
| HSV(B) | 64.35º | 0.99% | 0.55% | - |
| XYZ | 18.59 | 23.51 | 3.61 | - |
| YUV | 121.28 | 60.69 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 2 | 0.07 | 0 | 0.99 | 0.45 | 64.35 | 0.97 | 0.28 |
| Hex | 82 | 8C | 2 | 7 | 0 | 63 | 2D | 40 | 61 | 1C |
| Octal | 202 | 214 | 2 | 7 | 0 | 143 | 55 | 100 | 141 | 34 |
| Binary | 10000010 | 10001100 | 10 | 111 | 0 | 1100011 | 101101 | 1000000 | 1100001 | 11100 |
Color Harmonies of #828C02
Complementary color
Monochromatic Colors of #828C02
Black with #828C02
Text Example
Text Example
White with #828C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C02; }
p { color: rgb(130,140,2); }
H1.HeaderClassName
{
color: #828C02;
}
.AnyTagClassName
{
color: #828C02;
}
</style>
background-color css
<style>
a { background-color: #828C02; }
a { background-color: rgb(130,140,2); }
div.DivClassName
{
background-color: #828C02;
}
.BgClassName
{
background-color: #828C02;
}
</style>
border-color css
<style>
span { border-color: #828C02; }
span { border-color: rgb(130,140,2); }
td.TdClassName
{
border-color: #828C02;
}
.TagClassName
{
border-color: #828C02;
}
</style>