Shades of Olive #829C04
Tints of Olive #829C04
RGB
CMYK
RGB Variations
Color information
#829C04 (or 0x829C04) is known color: Olive. HEX triplet: 82, 9C and 04. RGB value is (130,156,4). Sum of RGB (Red+Green+Blue) = 130+156+4=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 156 (61.33% from 255 or 53.79% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 156 - color contains mainly: green. Hex color #829C04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #829C04 is #7D63FB. Grayscale: #838383. Windows color (decimal): -8217596 or 302210. OLE color: 302210.
HSL color Cylindrical-coordinate representation of color #829C04: hue angle of 70.26º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #829C04 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 156 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.39 |
| HSL | 70.26º | 0.95% | 0.31% | - |
| HSV(B) | 70.26º | 0.97% | 0.61% | - |
| XYZ | 21.12 | 28.53 | 4.51 | - |
| YUV | 130.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 156 | 4 | 0.17 | 0 | 0.97 | 0.39 | 70.26 | 0.95 | 0.31 |
| Hex | 82 | 9C | 4 | 11 | 0 | 61 | 27 | 46 | 5F | 1F |
| Octal | 202 | 234 | 4 | 21 | 0 | 141 | 47 | 106 | 137 | 37 |
| Binary | 10000010 | 10011100 | 100 | 10001 | 0 | 1100001 | 100111 | 1000110 | 1011111 | 11111 |
Color Harmonies of #829C04
Complementary color
Monochromatic Colors of #829C04
Black with #829C04
Text Example
Text Example
White with #829C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829C04; }
p { color: rgb(130,156,4); }
H1.HeaderClassName
{
color: #829C04;
}
.AnyTagClassName
{
color: #829C04;
}
</style>
background-color css
<style>
a { background-color: #829C04; }
a { background-color: rgb(130,156,4); }
div.DivClassName
{
background-color: #829C04;
}
.BgClassName
{
background-color: #829C04;
}
</style>
border-color css
<style>
span { border-color: #829C04; }
span { border-color: rgb(130,156,4); }
td.TdClassName
{
border-color: #829C04;
}
.TagClassName
{
border-color: #829C04;
}
</style>