Shades of Olive #807502
Tints of Olive #807502
RGB
CMYK
RGB Variations
Color information
#807502 (or 0x807502) is known color: Olive. HEX triplet: 80, 75 and 02. RGB value is (128,117,2). Sum of RGB (Red+Green+Blue) = 128+117+2=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #807502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807502 is #7F8AFD. Grayscale: #6B6B6B. Windows color (decimal): -8358654 or 161152. OLE color: 161152.
HSL color Cylindrical-coordinate representation of color #807502: hue angle of 54.76º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #807502 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 117 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.50 |
| HSL | 54.76º | 0.97% | 0.25% | - |
| HSV(B) | 54.76º | 0.98% | 0.5% | - |
| XYZ | 15.27 | 17.32 | 2.59 | - |
| YUV | 107.18 | 68.64 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 117 | 2 | 0 | 0.09 | 0.98 | 0.50 | 54.76 | 0.97 | 0.25 |
| Hex | 80 | 75 | 2 | 0 | 9 | 62 | 32 | 37 | 61 | 19 |
| Octal | 200 | 165 | 2 | 0 | 11 | 142 | 62 | 67 | 141 | 31 |
| Binary | 10000000 | 1110101 | 10 | 0 | 1001 | 1100010 | 110010 | 110111 | 1100001 | 11001 |
Color Harmonies of #807502
Complementary color
Monochromatic Colors of #807502
Black with #807502
Text Example
Text Example
White with #807502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807502; }
p { color: rgb(128,117,2); }
H1.HeaderClassName
{
color: #807502;
}
.AnyTagClassName
{
color: #807502;
}
</style>
background-color css
<style>
a { background-color: #807502; }
a { background-color: rgb(128,117,2); }
div.DivClassName
{
background-color: #807502;
}
.BgClassName
{
background-color: #807502;
}
</style>
border-color css
<style>
span { border-color: #807502; }
span { border-color: rgb(128,117,2); }
td.TdClassName
{
border-color: #807502;
}
.TagClassName
{
border-color: #807502;
}
</style>