Shades of Olive #776F0C
Tints of Olive #776F0C
RGB
CMYK
RGB Variations
Color information
#776F0C (or 0x776F0C) is known color: Olive. HEX triplet: 77, 6F and 0C. RGB value is (119,111,12). Sum of RGB (Red+Green+Blue) = 119+111+12=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #776F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F0C is #8890F3. Grayscale: #666666. Windows color (decimal): -8950004 or 814967. OLE color: 814967.
HSL color Cylindrical-coordinate representation of color #776F0C: hue angle of 55.51º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #776F0C is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 12 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.53 |
| HSL | 55.51º | 0.82% | 0.26% | - |
| HSV(B) | 55.51º | 0.9% | 0.47% | - |
| XYZ | 13.36 | 15.32 | 2.6 | - |
| YUV | 102.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 12 | 0 | 0.07 | 0.90 | 0.53 | 55.51 | 0.82 | 0.26 |
| Hex | 77 | 6F | C | 0 | 7 | 5A | 35 | 38 | 52 | 1A |
| Octal | 167 | 157 | 14 | 0 | 7 | 132 | 65 | 70 | 122 | 32 |
| Binary | 1110111 | 1101111 | 1100 | 0 | 111 | 1011010 | 110101 | 111000 | 1010010 | 11010 |
Color Harmonies of #776F0C
Complementary color
Monochromatic Colors of #776F0C
Black with #776F0C
Text Example
Text Example
White with #776F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F0C; }
p { color: rgb(119,111,12); }
H1.HeaderClassName
{
color: #776F0C;
}
.AnyTagClassName
{
color: #776F0C;
}
</style>
background-color css
<style>
a { background-color: #776F0C; }
a { background-color: rgb(119,111,12); }
div.DivClassName
{
background-color: #776F0C;
}
.BgClassName
{
background-color: #776F0C;
}
</style>
border-color css
<style>
span { border-color: #776F0C; }
span { border-color: rgb(119,111,12); }
td.TdClassName
{
border-color: #776F0C;
}
.TagClassName
{
border-color: #776F0C;
}
</style>