Shades of Olive #807702
Tints of Olive #807702
RGB
CMYK
RGB Variations
Color information
#807702 (or 0x807702) is known color: Olive. HEX triplet: 80, 77 and 02. RGB value is (128,119,2). Sum of RGB (Red+Green+Blue) = 128+119+2=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 119 (46.88% from 255 or 47.79% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #807702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807702 is #7F88FD. Grayscale: #6C6C6C. Windows color (decimal): -8358142 or 161664. OLE color: 161664.
HSL color Cylindrical-coordinate representation of color #807702: hue angle of 55.71º 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 #807702 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 119 | 2 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.50 |
| HSL | 55.71º | 0.97% | 0.25% | - |
| HSV(B) | 55.71º | 0.98% | 0.5% | - |
| XYZ | 15.51 | 17.79 | 2.67 | - |
| YUV | 108.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 119 | 2 | 0 | 0.07 | 0.98 | 0.50 | 55.71 | 0.97 | 0.25 |
| Hex | 80 | 77 | 2 | 0 | 7 | 62 | 32 | 38 | 61 | 19 |
| Octal | 200 | 167 | 2 | 0 | 7 | 142 | 62 | 70 | 141 | 31 |
| Binary | 10000000 | 1110111 | 10 | 0 | 111 | 1100010 | 110010 | 111000 | 1100001 | 11001 |
Color Harmonies of #807702
Complementary color
Monochromatic Colors of #807702
Black with #807702
Text Example
Text Example
White with #807702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807702; }
p { color: rgb(128,119,2); }
H1.HeaderClassName
{
color: #807702;
}
.AnyTagClassName
{
color: #807702;
}
</style>
background-color css
<style>
a { background-color: #807702; }
a { background-color: rgb(128,119,2); }
div.DivClassName
{
background-color: #807702;
}
.BgClassName
{
background-color: #807702;
}
</style>
border-color css
<style>
span { border-color: #807702; }
span { border-color: rgb(128,119,2); }
td.TdClassName
{
border-color: #807702;
}
.TagClassName
{
border-color: #807702;
}
</style>