Shades of Olive #80820F
Tints of Olive #80820F
RGB
CMYK
RGB Variations
Color information
#80820F (or 0x80820F) is known color: Olive. HEX triplet: 80, 82 and 0F. RGB value is (128,130,15). Sum of RGB (Red+Green+Blue) = 128+130+15=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #80820F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80820F is #7F7DF0. Grayscale: #747474. Windows color (decimal): -8355313 or 1016448. OLE color: 1016448.
HSL color Cylindrical-coordinate representation of color #80820F: hue angle of 61.04º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80820F is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 15 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.49 |
| HSL | 61.04º | 0.79% | 0.28% | - |
| HSV(B) | 61.04º | 0.88% | 0.51% | - |
| XYZ | 16.97 | 20.59 | 3.53 | - |
| YUV | 116.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 15 | 0.02 | 0 | 0.88 | 0.49 | 61.04 | 0.79 | 0.28 |
| Hex | 80 | 82 | F | 2 | 0 | 58 | 31 | 3D | 4F | 1C |
| Octal | 200 | 202 | 17 | 2 | 0 | 130 | 61 | 75 | 117 | 34 |
| Binary | 10000000 | 10000010 | 1111 | 10 | 0 | 1011000 | 110001 | 111101 | 1001111 | 11100 |
Color Harmonies of #80820F
Complementary color
Monochromatic Colors of #80820F
Black with #80820F
Text Example
Text Example
White with #80820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80820F; }
p { color: rgb(128,130,15); }
H1.HeaderClassName
{
color: #80820F;
}
.AnyTagClassName
{
color: #80820F;
}
</style>
background-color css
<style>
a { background-color: #80820F; }
a { background-color: rgb(128,130,15); }
div.DivClassName
{
background-color: #80820F;
}
.BgClassName
{
background-color: #80820F;
}
</style>
border-color css
<style>
span { border-color: #80820F; }
span { border-color: rgb(128,130,15); }
td.TdClassName
{
border-color: #80820F;
}
.TagClassName
{
border-color: #80820F;
}
</style>