Shades of Olive #776D04
Tints of Olive #776D04
RGB
CMYK
RGB Variations
Color information
#776D04 (or 0x776D04) is known color: Olive. HEX triplet: 77, 6D and 04. RGB value is (119,109,4). Sum of RGB (Red+Green+Blue) = 119+109+4=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 109 (42.97% from 255 or 46.98% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #776D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D04 is #8892FB. Grayscale: #646464. Windows color (decimal): -8950524 or 290167. OLE color: 290167.
HSL color Cylindrical-coordinate representation of color #776D04: hue angle of 54.78º degrees, saturation: 0.93, 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 #776D04 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 4 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.53 |
| HSL | 54.78º | 0.93% | 0.24% | - |
| HSV(B) | 54.78º | 0.97% | 0.47% | - |
| XYZ | 13.1 | 14.87 | 2.29 | - |
| YUV | 100.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 4 | 0 | 0.08 | 0.97 | 0.53 | 54.78 | 0.93 | 0.24 |
| Hex | 77 | 6D | 4 | 0 | 8 | 61 | 35 | 37 | 5D | 18 |
| Octal | 167 | 155 | 4 | 0 | 10 | 141 | 65 | 67 | 135 | 30 |
| Binary | 1110111 | 1101101 | 100 | 0 | 1000 | 1100001 | 110101 | 110111 | 1011101 | 11000 |
Color Harmonies of #776D04
Complementary color
Monochromatic Colors of #776D04
Black with #776D04
Text Example
Text Example
White with #776D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D04; }
p { color: rgb(119,109,4); }
H1.HeaderClassName
{
color: #776D04;
}
.AnyTagClassName
{
color: #776D04;
}
</style>
background-color css
<style>
a { background-color: #776D04; }
a { background-color: rgb(119,109,4); }
div.DivClassName
{
background-color: #776D04;
}
.BgClassName
{
background-color: #776D04;
}
</style>
border-color css
<style>
span { border-color: #776D04; }
span { border-color: rgb(119,109,4); }
td.TdClassName
{
border-color: #776D04;
}
.TagClassName
{
border-color: #776D04;
}
</style>