Shades of Olive #829000
Tints of Olive #829000
RGB
CMYK
RGB Variations
Color information
#829000 (or 0x829000) is known color: Olive. HEX triplet: 82, 90 and 00. RGB value is (130,144,0). Sum of RGB (Red+Green+Blue) = 130+144+0=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 144 (56.64% from 255 or 52.55% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 144 - color contains mainly: green. Hex color #829000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829000 is #7D6FFF. Grayscale: #7B7B7B. Windows color (decimal): -8220672 or 36994. OLE color: 36994.
HSL color Cylindrical-coordinate representation of color #829000: hue angle of 65.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #829000 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.44 |
| HSL | 65.83º | 1% | 0.28% | - |
| HSV(B) | 65.83º | 1% | 0.56% | - |
| XYZ | 19.18 | 24.69 | 3.76 | - |
| YUV | 123.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 0 | 0.10 | 0 | 1 | 0.44 | 65.83 | 1 | 0.28 |
| Hex | 82 | 90 | 0 | A | 0 | 64 | 2C | 42 | 64 | 1C |
| Octal | 202 | 220 | 0 | 12 | 0 | 144 | 54 | 102 | 144 | 34 |
| Binary | 10000010 | 10010000 | 0 | 1010 | 0 | 1100100 | 101100 | 1000010 | 1100100 | 11100 |
Color Harmonies of #829000
Complementary color
Monochromatic Colors of #829000
Black with #829000
Text Example
Text Example
White with #829000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829000; }
p { color: rgb(130,144,0); }
H1.HeaderClassName
{
color: #829000;
}
.AnyTagClassName
{
color: #829000;
}
</style>
background-color css
<style>
a { background-color: #829000; }
a { background-color: rgb(130,144,0); }
div.DivClassName
{
background-color: #829000;
}
.BgClassName
{
background-color: #829000;
}
</style>
border-color css
<style>
span { border-color: #829000; }
span { border-color: rgb(130,144,0); }
td.TdClassName
{
border-color: #829000;
}
.TagClassName
{
border-color: #829000;
}
</style>