Shades of Olive #776D0A
Tints of Olive #776D0A
RGB
CMYK
RGB Variations
Color information
#776D0A (or 0x776D0A) is known color: Olive. HEX triplet: 77, 6D and 0A. RGB value is (119,109,10). Sum of RGB (Red+Green+Blue) = 119+109+10=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #776D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D0A is #8892F5. Grayscale: #656565. Windows color (decimal): -8950518 or 683383. OLE color: 683383.
HSL color Cylindrical-coordinate representation of color #776D0A: hue angle of 54.5º degrees, saturation: 0.84, 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 #776D0A is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 109 | 10 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.53 |
| HSL | 54.5º | 0.84% | 0.25% | - |
| HSV(B) | 54.5º | 0.92% | 0.47% | - |
| XYZ | 13.13 | 14.88 | 2.47 | - |
| YUV | 100.7 | 76.81 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 109 | 10 | 0 | 0.08 | 0.92 | 0.53 | 54.5 | 0.84 | 0.25 |
| Hex | 77 | 6D | A | 0 | 8 | 5C | 35 | 36 | 54 | 19 |
| Octal | 167 | 155 | 12 | 0 | 10 | 134 | 65 | 66 | 124 | 31 |
| Binary | 1110111 | 1101101 | 1010 | 0 | 1000 | 1011100 | 110101 | 110110 | 1010100 | 11001 |
Color Harmonies of #776D0A
Complementary color
Monochromatic Colors of #776D0A
Black with #776D0A
Text Example
Text Example
White with #776D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776D0A; }
p { color: rgb(119,109,10); }
H1.HeaderClassName
{
color: #776D0A;
}
.AnyTagClassName
{
color: #776D0A;
}
</style>
background-color css
<style>
a { background-color: #776D0A; }
a { background-color: rgb(119,109,10); }
div.DivClassName
{
background-color: #776D0A;
}
.BgClassName
{
background-color: #776D0A;
}
</style>
border-color css
<style>
span { border-color: #776D0A; }
span { border-color: rgb(119,109,10); }
td.TdClassName
{
border-color: #776D0A;
}
.TagClassName
{
border-color: #776D0A;
}
</style>