Shades of Olive #776602
Tints of Olive #776602
RGB
CMYK
RGB Variations
Color information
#776602 (or 0x776602) is known color: Olive. HEX triplet: 77, 66 and 02. RGB value is (119,102,2). Sum of RGB (Red+Green+Blue) = 119+102+2=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #776602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776602 is #8899FD. Grayscale: #606060. Windows color (decimal): -8952318 or 157303. OLE color: 157303.
HSL color Cylindrical-coordinate representation of color #776602: hue angle of 51.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #776602 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 2 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.53 |
| HSL | 51.28º | 0.97% | 0.24% | - |
| HSV(B) | 51.28º | 0.98% | 0.47% | - |
| XYZ | 12.37 | 13.43 | 2 | - |
| YUV | 95.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 2 | 0 | 0.14 | 0.98 | 0.53 | 51.28 | 0.97 | 0.24 |
| Hex | 77 | 66 | 2 | 0 | E | 62 | 35 | 33 | 61 | 18 |
| Octal | 167 | 146 | 2 | 0 | 16 | 142 | 65 | 63 | 141 | 30 |
| Binary | 1110111 | 1100110 | 10 | 0 | 1110 | 1100010 | 110101 | 110011 | 1100001 | 11000 |
Color Harmonies of #776602
Complementary color
Monochromatic Colors of #776602
Black with #776602
Text Example
Text Example
White with #776602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776602; }
p { color: rgb(119,102,2); }
H1.HeaderClassName
{
color: #776602;
}
.AnyTagClassName
{
color: #776602;
}
</style>
background-color css
<style>
a { background-color: #776602; }
a { background-color: rgb(119,102,2); }
div.DivClassName
{
background-color: #776602;
}
.BgClassName
{
background-color: #776602;
}
</style>
border-color css
<style>
span { border-color: #776602; }
span { border-color: rgb(119,102,2); }
td.TdClassName
{
border-color: #776602;
}
.TagClassName
{
border-color: #776602;
}
</style>