Shades of Olive #776601
Tints of Olive #776601
RGB
CMYK
RGB Variations
Color information
#776601 (or 0x776601) is known color: Olive. HEX triplet: 77, 66 and 01. RGB value is (119,102,1). Sum of RGB (Red+Green+Blue) = 119+102+1=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #776601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776601 is #8899FE. Grayscale: #5F5F5F. Windows color (decimal): -8952319 or 91767. OLE color: 91767.
HSL color Cylindrical-coordinate representation of color #776601: hue angle of 51.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #776601 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.53 |
| HSL | 51.36º | 0.98% | 0.24% | - |
| HSV(B) | 51.36º | 0.99% | 0.47% | - |
| XYZ | 12.36 | 13.43 | 1.97 | - |
| YUV | 95.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 1 | 0 | 0.14 | 0.99 | 0.53 | 51.36 | 0.98 | 0.24 |
| Hex | 77 | 66 | 1 | 0 | E | 63 | 35 | 33 | 62 | 18 |
| Octal | 167 | 146 | 1 | 0 | 16 | 143 | 65 | 63 | 142 | 30 |
| Binary | 1110111 | 1100110 | 1 | 0 | 1110 | 1100011 | 110101 | 110011 | 1100010 | 11000 |
Color Harmonies of #776601
Complementary color
Monochromatic Colors of #776601
Black with #776601
Text Example
Text Example
White with #776601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776601; }
p { color: rgb(119,102,1); }
H1.HeaderClassName
{
color: #776601;
}
.AnyTagClassName
{
color: #776601;
}
</style>
background-color css
<style>
a { background-color: #776601; }
a { background-color: rgb(119,102,1); }
div.DivClassName
{
background-color: #776601;
}
.BgClassName
{
background-color: #776601;
}
</style>
border-color css
<style>
span { border-color: #776601; }
span { border-color: rgb(119,102,1); }
td.TdClassName
{
border-color: #776601;
}
.TagClassName
{
border-color: #776601;
}
</style>