Shades of Olive #807A03
Tints of Olive #807A03
RGB
CMYK
RGB Variations
Color information
#807A03 (or 0x807A03) is known color: Olive. HEX triplet: 80, 7A and 03. RGB value is (128,122,3). Sum of RGB (Red+Green+Blue) = 128+122+3=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #807A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807A03 is #7F85FC. Grayscale: #6E6E6E. Windows color (decimal): -8357373 or 227968. OLE color: 227968.
HSL color Cylindrical-coordinate representation of color #807A03: hue angle of 57.12º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #807A03 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 122 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.50 |
| HSL | 57.12º | 0.95% | 0.26% | - |
| HSV(B) | 57.12º | 0.98% | 0.5% | - |
| XYZ | 15.88 | 18.51 | 2.82 | - |
| YUV | 110.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 3 | 0 | 0.05 | 0.98 | 0.50 | 57.12 | 0.95 | 0.26 |
| Hex | 80 | 7A | 3 | 0 | 5 | 62 | 32 | 39 | 5F | 1A |
| Octal | 200 | 172 | 3 | 0 | 5 | 142 | 62 | 71 | 137 | 32 |
| Binary | 10000000 | 1111010 | 11 | 0 | 101 | 1100010 | 110010 | 111001 | 1011111 | 11010 |
Color Harmonies of #807A03
Complementary color
Monochromatic Colors of #807A03
Black with #807A03
Text Example
Text Example
White with #807A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A03; }
p { color: rgb(128,122,3); }
H1.HeaderClassName
{
color: #807A03;
}
.AnyTagClassName
{
color: #807A03;
}
</style>
background-color css
<style>
a { background-color: #807A03; }
a { background-color: rgb(128,122,3); }
div.DivClassName
{
background-color: #807A03;
}
.BgClassName
{
background-color: #807A03;
}
</style>
border-color css
<style>
span { border-color: #807A03; }
span { border-color: rgb(128,122,3); }
td.TdClassName
{
border-color: #807A03;
}
.TagClassName
{
border-color: #807A03;
}
</style>