Shades of Olive #828908
Tints of Olive #828908
RGB
CMYK
RGB Variations
Color information
#828908 (or 0x828908) is known color: Olive. HEX triplet: 82, 89 and 08. RGB value is (130,137,8). Sum of RGB (Red+Green+Blue) = 130+137+8=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #828908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828908 is #7D76F7. Grayscale: #787878. Windows color (decimal): -8222456 or 559490. OLE color: 559490.
HSL color Cylindrical-coordinate representation of color #828908: hue angle of 63.26º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #828908 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 8 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.46 |
| HSL | 63.26º | 0.89% | 0.28% | - |
| HSV(B) | 63.26º | 0.94% | 0.54% | - |
| XYZ | 18.2 | 22.65 | 3.64 | - |
| YUV | 120.2 | 64.68 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 8 | 0.05 | 0 | 0.94 | 0.46 | 63.26 | 0.89 | 0.28 |
| Hex | 82 | 89 | 8 | 5 | 0 | 5E | 2E | 3F | 59 | 1C |
| Octal | 202 | 211 | 10 | 5 | 0 | 136 | 56 | 77 | 131 | 34 |
| Binary | 10000010 | 10001001 | 1000 | 101 | 0 | 1011110 | 101110 | 111111 | 1011001 | 11100 |
Color Harmonies of #828908
Complementary color
Monochromatic Colors of #828908
Black with #828908
Text Example
Text Example
White with #828908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828908; }
p { color: rgb(130,137,8); }
H1.HeaderClassName
{
color: #828908;
}
.AnyTagClassName
{
color: #828908;
}
</style>
background-color css
<style>
a { background-color: #828908; }
a { background-color: rgb(130,137,8); }
div.DivClassName
{
background-color: #828908;
}
.BgClassName
{
background-color: #828908;
}
</style>
border-color css
<style>
span { border-color: #828908; }
span { border-color: rgb(130,137,8); }
td.TdClassName
{
border-color: #828908;
}
.TagClassName
{
border-color: #828908;
}
</style>