Shades of Olive #777103
Tints of Olive #777103
RGB
CMYK
RGB Variations
Color information
#777103 (or 0x777103) is known color: Olive. HEX triplet: 77, 71 and 03. RGB value is (119,113,3). Sum of RGB (Red+Green+Blue) = 119+113+3=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 113 (44.53% from 255 or 48.09% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #777103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777103 is #888EFC. Grayscale: #666666. Windows color (decimal): -8949501 or 225655. OLE color: 225655.
HSL color Cylindrical-coordinate representation of color #777103: hue angle of 56.9º 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 #777103 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 3 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.53 |
| HSL | 56.9º | 0.95% | 0.24% | - |
| HSV(B) | 56.9º | 0.97% | 0.47% | - |
| XYZ | 13.53 | 15.74 | 2.41 | - |
| YUV | 102.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 3 | 0 | 0.05 | 0.97 | 0.53 | 56.9 | 0.95 | 0.24 |
| Hex | 77 | 71 | 3 | 0 | 5 | 61 | 35 | 39 | 5F | 18 |
| Octal | 167 | 161 | 3 | 0 | 5 | 141 | 65 | 71 | 137 | 30 |
| Binary | 1110111 | 1110001 | 11 | 0 | 101 | 1100001 | 110101 | 111001 | 1011111 | 11000 |
Color Harmonies of #777103
Complementary color
Monochromatic Colors of #777103
Black with #777103
Text Example
Text Example
White with #777103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777103; }
p { color: rgb(119,113,3); }
H1.HeaderClassName
{
color: #777103;
}
.AnyTagClassName
{
color: #777103;
}
</style>
background-color css
<style>
a { background-color: #777103; }
a { background-color: rgb(119,113,3); }
div.DivClassName
{
background-color: #777103;
}
.BgClassName
{
background-color: #777103;
}
</style>
border-color css
<style>
span { border-color: #777103; }
span { border-color: rgb(119,113,3); }
td.TdClassName
{
border-color: #777103;
}
.TagClassName
{
border-color: #777103;
}
</style>