Shades of Olive #829905
Tints of Olive #829905
RGB
CMYK
RGB Variations
Color information
#829905 (or 0x829905) is known color: Olive. HEX triplet: 82, 99 and 05. RGB value is (130,153,5). Sum of RGB (Red+Green+Blue) = 130+153+5=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 153 (60.16% from 255 or 53.12% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 153 - color contains mainly: green. Hex color #829905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829905 is #7D66FA. Grayscale: #818181. Windows color (decimal): -8218363 or 366978. OLE color: 366978.
HSL color Cylindrical-coordinate representation of color #829905: hue angle of 69.32º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829905 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 130 | 153 | 5 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.4 |
| HSL | 69.32º | 0.94% | 0.31% | - |
| HSV(B) | 69.32º | 0.97% | 0.6% | - |
| XYZ | 20.62 | 27.54 | 4.37 | - |
| YUV | 129.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 153 | 5 | 0.15 | 0 | 0.97 | 0.4 | 69.32 | 0.94 | 0.31 |
| Hex | 82 | 99 | 5 | F | 0 | 61 | 28 | 45 | 5E | 1F |
| Octal | 202 | 231 | 5 | 17 | 0 | 141 | 50 | 105 | 136 | 37 |
| Binary | 10000010 | 10011001 | 101 | 1111 | 0 | 1100001 | 101000 | 1000101 | 1011110 | 11111 |
Color Harmonies of #829905
Complementary color
Monochromatic Colors of #829905
Black with #829905
Text Example
Text Example
White with #829905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829905; }
p { color: rgb(130,153,5); }
H1.HeaderClassName
{
color: #829905;
}
.AnyTagClassName
{
color: #829905;
}
</style>
background-color css
<style>
a { background-color: #829905; }
a { background-color: rgb(130,153,5); }
div.DivClassName
{
background-color: #829905;
}
.BgClassName
{
background-color: #829905;
}
</style>
border-color css
<style>
span { border-color: #829905; }
span { border-color: rgb(130,153,5); }
td.TdClassName
{
border-color: #829905;
}
.TagClassName
{
border-color: #829905;
}
</style>