Shades of Olive #77730C
Tints of Olive #77730C
RGB
CMYK
RGB Variations
Color information
#77730C (or 0x77730C) is known color: Olive. HEX triplet: 77, 73 and 0C. RGB value is (119,115,12). Sum of RGB (Red+Green+Blue) = 119+115+12=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77730C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77730C is #888CF3. Grayscale: #686868. Windows color (decimal): -8948980 or 815991. OLE color: 815991.
HSL color Cylindrical-coordinate representation of color #77730C: hue angle of 57.76º 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 #77730C is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 12 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.53 |
| HSL | 57.76º | 0.82% | 0.26% | - |
| HSV(B) | 57.76º | 0.9% | 0.47% | - |
| XYZ | 13.8 | 16.21 | 2.75 | - |
| YUV | 104.45 | 75.83 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 12 | 0 | 0.03 | 0.90 | 0.53 | 57.76 | 0.82 | 0.26 |
| Hex | 77 | 73 | C | 0 | 3 | 5A | 35 | 3A | 52 | 1A |
| Octal | 167 | 163 | 14 | 0 | 3 | 132 | 65 | 72 | 122 | 32 |
| Binary | 1110111 | 1110011 | 1100 | 0 | 11 | 1011010 | 110101 | 111010 | 1010010 | 11010 |
Color Harmonies of #77730C
Complementary color
Monochromatic Colors of #77730C
Black with #77730C
Text Example
Text Example
White with #77730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77730C; }
p { color: rgb(119,115,12); }
H1.HeaderClassName
{
color: #77730C;
}
.AnyTagClassName
{
color: #77730C;
}
</style>
background-color css
<style>
a { background-color: #77730C; }
a { background-color: rgb(119,115,12); }
div.DivClassName
{
background-color: #77730C;
}
.BgClassName
{
background-color: #77730C;
}
</style>
border-color css
<style>
span { border-color: #77730C; }
span { border-color: rgb(119,115,12); }
td.TdClassName
{
border-color: #77730C;
}
.TagClassName
{
border-color: #77730C;
}
</style>