Shades of Olive #776803
Tints of Olive #776803
RGB
CMYK
RGB Variations
Color information
#776803 (or 0x776803) is known color: Olive. HEX triplet: 77, 68 and 03. RGB value is (119,104,3). Sum of RGB (Red+Green+Blue) = 119+104+3=226 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.65% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 119 - color contains mainly: red. Hex color #776803 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776803 is #8897FC. Grayscale: #616161. Windows color (decimal): -8951805 or 223351. OLE color: 223351.
HSL color Cylindrical-coordinate representation of color #776803: hue angle of 52.24º 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 #776803 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 3 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.53 |
| HSL | 52.24º | 0.95% | 0.24% | - |
| HSV(B) | 52.24º | 0.97% | 0.47% | - |
| XYZ | 12.57 | 13.83 | 2.09 | - |
| YUV | 96.97 | 74.97 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 3 | 0 | 0.13 | 0.97 | 0.53 | 52.24 | 0.95 | 0.24 |
| Hex | 77 | 68 | 3 | 0 | D | 61 | 35 | 34 | 5F | 18 |
| Octal | 167 | 150 | 3 | 0 | 15 | 141 | 65 | 64 | 137 | 30 |
| Binary | 1110111 | 1101000 | 11 | 0 | 1101 | 1100001 | 110101 | 110100 | 1011111 | 11000 |
Color Harmonies of #776803
Complementary color
Monochromatic Colors of #776803
Black with #776803
Text Example
Text Example
White with #776803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776803; }
p { color: rgb(119,104,3); }
H1.HeaderClassName
{
color: #776803;
}
.AnyTagClassName
{
color: #776803;
}
</style>
background-color css
<style>
a { background-color: #776803; }
a { background-color: rgb(119,104,3); }
div.DivClassName
{
background-color: #776803;
}
.BgClassName
{
background-color: #776803;
}
</style>
border-color css
<style>
span { border-color: #776803; }
span { border-color: rgb(119,104,3); }
td.TdClassName
{
border-color: #776803;
}
.TagClassName
{
border-color: #776803;
}
</style>