Shades of Olive #776C02
Tints of Olive #776C02
RGB
CMYK
RGB Variations
Color information
#776C02 (or 0x776C02) is known color: Olive. HEX triplet: 77, 6C and 02. RGB value is (119,108,2). Sum of RGB (Red+Green+Blue) = 119+108+2=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #776C02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C02 is #8893FD. Grayscale: #636363. Windows color (decimal): -8950782 or 158839. OLE color: 158839.
HSL color Cylindrical-coordinate representation of color #776C02: hue angle of 54.36º 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 #776C02 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 2 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.53 |
| HSL | 54.36º | 0.97% | 0.24% | - |
| HSV(B) | 54.36º | 0.98% | 0.47% | - |
| XYZ | 12.98 | 14.65 | 2.2 | - |
| YUV | 99.21 | 73.14 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 2 | 0 | 0.09 | 0.98 | 0.53 | 54.36 | 0.97 | 0.24 |
| Hex | 77 | 6C | 2 | 0 | 9 | 62 | 35 | 36 | 61 | 18 |
| Octal | 167 | 154 | 2 | 0 | 11 | 142 | 65 | 66 | 141 | 30 |
| Binary | 1110111 | 1101100 | 10 | 0 | 1001 | 1100010 | 110101 | 110110 | 1100001 | 11000 |
Color Harmonies of #776C02
Complementary color
Monochromatic Colors of #776C02
Black with #776C02
Text Example
Text Example
White with #776C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C02; }
p { color: rgb(119,108,2); }
H1.HeaderClassName
{
color: #776C02;
}
.AnyTagClassName
{
color: #776C02;
}
</style>
background-color css
<style>
a { background-color: #776C02; }
a { background-color: rgb(119,108,2); }
div.DivClassName
{
background-color: #776C02;
}
.BgClassName
{
background-color: #776C02;
}
</style>
border-color css
<style>
span { border-color: #776C02; }
span { border-color: rgb(119,108,2); }
td.TdClassName
{
border-color: #776C02;
}
.TagClassName
{
border-color: #776C02;
}
</style>