Shades of Olive #829200
Tints of Olive #829200
RGB
CMYK
RGB Variations
Color information
#829200 (or 0x829200) is known color: Olive. HEX triplet: 82, 92 and 00. RGB value is (130,146,0). Sum of RGB (Red+Green+Blue) = 130+146+0=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 146 (57.42% from 255 or 52.90% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 146 - color contains mainly: green. Hex color #829200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829200 is #7D6DFF. Grayscale: #7D7D7D. Windows color (decimal): -8220160 or 37506. OLE color: 37506.
HSL color Cylindrical-coordinate representation of color #829200: hue angle of 66.58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #829200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.43 |
| HSL | 66.58º | 1% | 0.29% | - |
| HSV(B) | 66.58º | 1% | 0.57% | - |
| XYZ | 19.48 | 25.3 | 3.86 | - |
| YUV | 124.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 0 | 0.11 | 0 | 1 | 0.43 | 66.58 | 1 | 0.29 |
| Hex | 82 | 92 | 0 | B | 0 | 64 | 2B | 43 | 64 | 1D |
| Octal | 202 | 222 | 0 | 13 | 0 | 144 | 53 | 103 | 144 | 35 |
| Binary | 10000010 | 10010010 | 0 | 1011 | 0 | 1100100 | 101011 | 1000011 | 1100100 | 11101 |
Color Harmonies of #829200
Complementary color
Monochromatic Colors of #829200
Black with #829200
Text Example
Text Example
White with #829200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829200; }
p { color: rgb(130,146,0); }
H1.HeaderClassName
{
color: #829200;
}
.AnyTagClassName
{
color: #829200;
}
</style>
background-color css
<style>
a { background-color: #829200; }
a { background-color: rgb(130,146,0); }
div.DivClassName
{
background-color: #829200;
}
.BgClassName
{
background-color: #829200;
}
</style>
border-color css
<style>
span { border-color: #829200; }
span { border-color: rgb(130,146,0); }
td.TdClassName
{
border-color: #829200;
}
.TagClassName
{
border-color: #829200;
}
</style>