Shades of Olive #807904
Tints of Olive #807904
RGB
CMYK
RGB Variations
Color information
#807904 (or 0x807904) is known color: Olive. HEX triplet: 80, 79 and 04. RGB value is (128,121,4). Sum of RGB (Red+Green+Blue) = 128+121+4=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 121 (47.66% from 255 or 47.83% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #807904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807904 is #7F86FB. Grayscale: #6E6E6E. Windows color (decimal): -8357628 or 293248. OLE color: 293248.
HSL color Cylindrical-coordinate representation of color #807904: hue angle of 56.61º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #807904 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 4 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.50 |
| HSL | 56.61º | 0.94% | 0.26% | - |
| HSV(B) | 56.61º | 0.97% | 0.5% | - |
| XYZ | 15.76 | 18.27 | 2.81 | - |
| YUV | 109.76 | 68.32 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 4 | 0 | 0.05 | 0.97 | 0.50 | 56.61 | 0.94 | 0.26 |
| Hex | 80 | 79 | 4 | 0 | 5 | 61 | 32 | 39 | 5E | 1A |
| Octal | 200 | 171 | 4 | 0 | 5 | 141 | 62 | 71 | 136 | 32 |
| Binary | 10000000 | 1111001 | 100 | 0 | 101 | 1100001 | 110010 | 111001 | 1011110 | 11010 |
Color Harmonies of #807904
Complementary color
Monochromatic Colors of #807904
Black with #807904
Text Example
Text Example
White with #807904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807904; }
p { color: rgb(128,121,4); }
H1.HeaderClassName
{
color: #807904;
}
.AnyTagClassName
{
color: #807904;
}
</style>
background-color css
<style>
a { background-color: #807904; }
a { background-color: rgb(128,121,4); }
div.DivClassName
{
background-color: #807904;
}
.BgClassName
{
background-color: #807904;
}
</style>
border-color css
<style>
span { border-color: #807904; }
span { border-color: rgb(128,121,4); }
td.TdClassName
{
border-color: #807904;
}
.TagClassName
{
border-color: #807904;
}
</style>