Shades of Olive #829605
Tints of Olive #829605
RGB
CMYK
RGB Variations
Color information
#829605 (or 0x829605) is known color: Olive. HEX triplet: 82, 96 and 05. RGB value is (130,150,5). Sum of RGB (Red+Green+Blue) = 130+150+5=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #829605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829605 is #7D69FA. Grayscale: #808080. Windows color (decimal): -8219131 or 366210. OLE color: 366210.
HSL color Cylindrical-coordinate representation of color #829605: hue angle of 68.28º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829605 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 130 | 150 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.41 |
| HSL | 68.28º | 0.94% | 0.3% | - |
| HSV(B) | 68.28º | 0.97% | 0.59% | - |
| XYZ | 20.14 | 26.57 | 4.21 | - |
| YUV | 127.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 150 | 5 | 0.13 | 0 | 0.97 | 0.41 | 68.28 | 0.94 | 0.3 |
| Hex | 82 | 96 | 5 | D | 0 | 61 | 29 | 44 | 5E | 1E |
| Octal | 202 | 226 | 5 | 15 | 0 | 141 | 51 | 104 | 136 | 36 |
| Binary | 10000010 | 10010110 | 101 | 1101 | 0 | 1100001 | 101001 | 1000100 | 1011110 | 11110 |
Color Harmonies of #829605
Complementary color
Monochromatic Colors of #829605
Black with #829605
Text Example
Text Example
White with #829605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829605; }
p { color: rgb(130,150,5); }
H1.HeaderClassName
{
color: #829605;
}
.AnyTagClassName
{
color: #829605;
}
</style>
background-color css
<style>
a { background-color: #829605; }
a { background-color: rgb(130,150,5); }
div.DivClassName
{
background-color: #829605;
}
.BgClassName
{
background-color: #829605;
}
</style>
border-color css
<style>
span { border-color: #829605; }
span { border-color: rgb(130,150,5); }
td.TdClassName
{
border-color: #829605;
}
.TagClassName
{
border-color: #829605;
}
</style>