Shades of Olive #776D03
Tints of Olive #776D03
RGB
CMYK
RGB Variations
Color information
#776D03 (or 0x776D03) is known color: Olive. HEX triplet: 77, 6D and 03. RGB value is (119,109,3). Sum of RGB (Red+Green+Blue) = 119+109+3=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #776D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D03 is #8892FC. Grayscale: #646464. Windows color (decimal): -8950525 or 224631. OLE color: 224631.
HSL color Cylindrical-coordinate representation of color #776D03: hue angle of 54.83º 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 #776D03 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 3 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.53 |
| HSL | 54.83º | 0.95% | 0.24% | - |
| HSV(B) | 54.83º | 0.97% | 0.47% | - |
| XYZ | 13.09 | 14.87 | 2.27 | - |
| YUV | 99.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 3 | 0 | 0.08 | 0.97 | 0.53 | 54.83 | 0.95 | 0.24 |
| Hex | 77 | 6D | 3 | 0 | 8 | 61 | 35 | 37 | 5F | 18 |
| Octal | 167 | 155 | 3 | 0 | 10 | 141 | 65 | 67 | 137 | 30 |
| Binary | 1110111 | 1101101 | 11 | 0 | 1000 | 1100001 | 110101 | 110111 | 1011111 | 11000 |
Color Harmonies of #776D03
Complementary color
Monochromatic Colors of #776D03
Black with #776D03
Text Example
Text Example
White with #776D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D03; }
p { color: rgb(119,109,3); }
H1.HeaderClassName
{
color: #776D03;
}
.AnyTagClassName
{
color: #776D03;
}
</style>
background-color css
<style>
a { background-color: #776D03; }
a { background-color: rgb(119,109,3); }
div.DivClassName
{
background-color: #776D03;
}
.BgClassName
{
background-color: #776D03;
}
</style>
border-color css
<style>
span { border-color: #776D03; }
span { border-color: rgb(119,109,3); }
td.TdClassName
{
border-color: #776D03;
}
.TagClassName
{
border-color: #776D03;
}
</style>