Shades of Olive #828F08
Tints of Olive #828F08
RGB
CMYK
RGB Variations
Color information
#828F08 (or 0x828F08) is known color: Olive. HEX triplet: 82, 8F and 08. RGB value is (130,143,8). Sum of RGB (Red+Green+Blue) = 130+143+8=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #828F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828F08 is #7D70F7. Grayscale: #7C7C7C. Windows color (decimal): -8220920 or 561026. OLE color: 561026.
HSL color Cylindrical-coordinate representation of color #828F08: hue angle of 65.78º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #828F08 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 8 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.44 |
| HSL | 65.78º | 0.89% | 0.3% | - |
| HSV(B) | 65.78º | 0.94% | 0.56% | - |
| XYZ | 19.07 | 24.41 | 3.94 | - |
| YUV | 123.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 8 | 0.09 | 0 | 0.94 | 0.44 | 65.78 | 0.89 | 0.3 |
| Hex | 82 | 8F | 8 | 9 | 0 | 5E | 2C | 42 | 59 | 1E |
| Octal | 202 | 217 | 10 | 11 | 0 | 136 | 54 | 102 | 131 | 36 |
| Binary | 10000010 | 10001111 | 1000 | 1001 | 0 | 1011110 | 101100 | 1000010 | 1011001 | 11110 |
Color Harmonies of #828F08
Complementary color
Monochromatic Colors of #828F08
Black with #828F08
Text Example
Text Example
White with #828F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F08; }
p { color: rgb(130,143,8); }
H1.HeaderClassName
{
color: #828F08;
}
.AnyTagClassName
{
color: #828F08;
}
</style>
background-color css
<style>
a { background-color: #828F08; }
a { background-color: rgb(130,143,8); }
div.DivClassName
{
background-color: #828F08;
}
.BgClassName
{
background-color: #828F08;
}
</style>
border-color css
<style>
span { border-color: #828F08; }
span { border-color: rgb(130,143,8); }
td.TdClassName
{
border-color: #828F08;
}
.TagClassName
{
border-color: #828F08;
}
</style>