Shades of Olive #776403
Tints of Olive #776403
RGB
CMYK
RGB Variations
Color information
#776403 (or 0x776403) is known color: Olive. HEX triplet: 77, 64 and 03. RGB value is (119,100,3). Sum of RGB (Red+Green+Blue) = 119+100+3=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #776403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776403 is #889BFC. Grayscale: #5F5F5F. Windows color (decimal): -8952829 or 222327. OLE color: 222327.
HSL color Cylindrical-coordinate representation of color #776403: hue angle of 50.17º 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 #776403 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 3 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.53 |
| HSL | 50.17º | 0.95% | 0.24% | - |
| HSV(B) | 50.17º | 0.97% | 0.47% | - |
| XYZ | 12.18 | 13.04 | 1.96 | - |
| YUV | 94.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 3 | 0 | 0.16 | 0.97 | 0.53 | 50.17 | 0.95 | 0.24 |
| Hex | 77 | 64 | 3 | 0 | 10 | 61 | 35 | 32 | 5F | 18 |
| Octal | 167 | 144 | 3 | 0 | 20 | 141 | 65 | 62 | 137 | 30 |
| Binary | 1110111 | 1100100 | 11 | 0 | 10000 | 1100001 | 110101 | 110010 | 1011111 | 11000 |
Color Harmonies of #776403
Complementary color
Monochromatic Colors of #776403
Black with #776403
Text Example
Text Example
White with #776403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776403; }
p { color: rgb(119,100,3); }
H1.HeaderClassName
{
color: #776403;
}
.AnyTagClassName
{
color: #776403;
}
</style>
background-color css
<style>
a { background-color: #776403; }
a { background-color: rgb(119,100,3); }
div.DivClassName
{
background-color: #776403;
}
.BgClassName
{
background-color: #776403;
}
</style>
border-color css
<style>
span { border-color: #776403; }
span { border-color: rgb(119,100,3); }
td.TdClassName
{
border-color: #776403;
}
.TagClassName
{
border-color: #776403;
}
</style>