Shades of Olive #829102
Tints of Olive #829102
RGB
CMYK
RGB Variations
Color information
#829102 (or 0x829102) is known color: Olive. HEX triplet: 82, 91 and 02. RGB value is (130,145,2). Sum of RGB (Red+Green+Blue) = 130+145+2=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #829102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829102 is #7D6EFD. Grayscale: #7C7C7C. Windows color (decimal): -8220414 or 168322. OLE color: 168322.
HSL color Cylindrical-coordinate representation of color #829102: hue angle of 66.29º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #829102 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 145 | 2 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.43 |
| HSL | 66.29º | 0.97% | 0.29% | - |
| HSV(B) | 66.29º | 0.99% | 0.57% | - |
| XYZ | 19.34 | 25 | 3.86 | - |
| YUV | 124.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 145 | 2 | 0.10 | 0 | 0.99 | 0.43 | 66.29 | 0.97 | 0.29 |
| Hex | 82 | 91 | 2 | A | 0 | 63 | 2B | 42 | 61 | 1D |
| Octal | 202 | 221 | 2 | 12 | 0 | 143 | 53 | 102 | 141 | 35 |
| Binary | 10000010 | 10010001 | 10 | 1010 | 0 | 1100011 | 101011 | 1000010 | 1100001 | 11101 |
Color Harmonies of #829102
Complementary color
Monochromatic Colors of #829102
Black with #829102
Text Example
Text Example
White with #829102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829102; }
p { color: rgb(130,145,2); }
H1.HeaderClassName
{
color: #829102;
}
.AnyTagClassName
{
color: #829102;
}
</style>
background-color css
<style>
a { background-color: #829102; }
a { background-color: rgb(130,145,2); }
div.DivClassName
{
background-color: #829102;
}
.BgClassName
{
background-color: #829102;
}
</style>
border-color css
<style>
span { border-color: #829102; }
span { border-color: rgb(130,145,2); }
td.TdClassName
{
border-color: #829102;
}
.TagClassName
{
border-color: #829102;
}
</style>