Shades of Olive #777403
Tints of Olive #777403
RGB
CMYK
RGB Variations
Color information
#777403 (or 0x777403) is known color: Olive. HEX triplet: 77, 74 and 03. RGB value is (119,116,3). Sum of RGB (Red+Green+Blue) = 119+116+3=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #777403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777403 is #888BFC. Grayscale: #686868. Windows color (decimal): -8948733 or 226423. OLE color: 226423.
HSL color Cylindrical-coordinate representation of color #777403: hue angle of 58.45º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #777403 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 3 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.53 |
| HSL | 58.45º | 0.95% | 0.24% | - |
| HSV(B) | 58.45º | 0.97% | 0.47% | - |
| XYZ | 13.87 | 16.42 | 2.52 | - |
| YUV | 104.02 | 70.99 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 3 | 0 | 0.03 | 0.97 | 0.53 | 58.45 | 0.95 | 0.24 |
| Hex | 77 | 74 | 3 | 0 | 3 | 61 | 35 | 3A | 5F | 18 |
| Octal | 167 | 164 | 3 | 0 | 3 | 141 | 65 | 72 | 137 | 30 |
| Binary | 1110111 | 1110100 | 11 | 0 | 11 | 1100001 | 110101 | 111010 | 1011111 | 11000 |
Color Harmonies of #777403
Complementary color
Monochromatic Colors of #777403
Black with #777403
Text Example
Text Example
White with #777403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777403; }
p { color: rgb(119,116,3); }
H1.HeaderClassName
{
color: #777403;
}
.AnyTagClassName
{
color: #777403;
}
</style>
background-color css
<style>
a { background-color: #777403; }
a { background-color: rgb(119,116,3); }
div.DivClassName
{
background-color: #777403;
}
.BgClassName
{
background-color: #777403;
}
</style>
border-color css
<style>
span { border-color: #777403; }
span { border-color: rgb(119,116,3); }
td.TdClassName
{
border-color: #777403;
}
.TagClassName
{
border-color: #777403;
}
</style>