Shades of Olive #829800
Tints of Olive #829800
RGB
CMYK
RGB Variations
Color information
#829800 (or 0x829800) is known color: Olive. HEX triplet: 82, 98 and 00. RGB value is (130,152,0). Sum of RGB (Red+Green+Blue) = 130+152+0=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #829800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829800 is #7D67FF. Grayscale: #808080. Windows color (decimal): -8218624 or 39042. OLE color: 39042.
HSL color Cylindrical-coordinate representation of color #829800: hue angle of 68.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #829800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 130 | 152 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.40 |
| HSL | 68.68º | 1% | 0.3% | - |
| HSV(B) | 68.68º | 1% | 0.6% | - |
| XYZ | 20.43 | 27.2 | 4.17 | - |
| YUV | 128.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 152 | 0 | 0.14 | 0 | 1 | 0.40 | 68.68 | 1 | 0.3 |
| Hex | 82 | 98 | 0 | E | 0 | 64 | 28 | 45 | 64 | 1E |
| Octal | 202 | 230 | 0 | 16 | 0 | 144 | 50 | 105 | 144 | 36 |
| Binary | 10000010 | 10011000 | 0 | 1110 | 0 | 1100100 | 101000 | 1000101 | 1100100 | 11110 |
Color Harmonies of #829800
Complementary color
Monochromatic Colors of #829800
Black with #829800
Text Example
Text Example
White with #829800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829800; }
p { color: rgb(130,152,0); }
H1.HeaderClassName
{
color: #829800;
}
.AnyTagClassName
{
color: #829800;
}
</style>
background-color css
<style>
a { background-color: #829800; }
a { background-color: rgb(130,152,0); }
div.DivClassName
{
background-color: #829800;
}
.BgClassName
{
background-color: #829800;
}
</style>
border-color css
<style>
span { border-color: #829800; }
span { border-color: rgb(130,152,0); }
td.TdClassName
{
border-color: #829800;
}
.TagClassName
{
border-color: #829800;
}
</style>