Shades of Olive #776C09
Tints of Olive #776C09
RGB
CMYK
RGB Variations
Color information
#776C09 (or 0x776C09) is known color: Olive. HEX triplet: 77, 6C and 09. RGB value is (119,108,9). Sum of RGB (Red+Green+Blue) = 119+108+9=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #776C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C09 is #8893F6. Grayscale: #646464. Windows color (decimal): -8950775 or 617591. OLE color: 617591.
HSL color Cylindrical-coordinate representation of color #776C09: hue angle of 54º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #776C09 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 9 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.53 |
| HSL | 54º | 0.86% | 0.25% | - |
| HSV(B) | 54º | 0.92% | 0.47% | - |
| XYZ | 13.02 | 14.67 | 2.4 | - |
| YUV | 100 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 9 | 0 | 0.09 | 0.92 | 0.53 | 54 | 0.86 | 0.25 |
| Hex | 77 | 6C | 9 | 0 | 9 | 5C | 35 | 36 | 56 | 19 |
| Octal | 167 | 154 | 11 | 0 | 11 | 134 | 65 | 66 | 126 | 31 |
| Binary | 1110111 | 1101100 | 1001 | 0 | 1001 | 1011100 | 110101 | 110110 | 1010110 | 11001 |
Color Harmonies of #776C09
Complementary color
Monochromatic Colors of #776C09
Black with #776C09
Text Example
Text Example
White with #776C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C09; }
p { color: rgb(119,108,9); }
H1.HeaderClassName
{
color: #776C09;
}
.AnyTagClassName
{
color: #776C09;
}
</style>
background-color css
<style>
a { background-color: #776C09; }
a { background-color: rgb(119,108,9); }
div.DivClassName
{
background-color: #776C09;
}
.BgClassName
{
background-color: #776C09;
}
</style>
border-color css
<style>
span { border-color: #776C09; }
span { border-color: rgb(119,108,9); }
td.TdClassName
{
border-color: #776C09;
}
.TagClassName
{
border-color: #776C09;
}
</style>