Shades of Olive #777A0C
Tints of Olive #777A0C
RGB
CMYK
RGB Variations
Color information
#777A0C (or 0x777A0C) is known color: Olive. HEX triplet: 77, 7A and 0C. RGB value is (119,122,12). Sum of RGB (Red+Green+Blue) = 119+122+12=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #777A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777A0C is #8885F3. Grayscale: #6C6C6C. Windows color (decimal): -8947188 or 817783. OLE color: 817783.
HSL color Cylindrical-coordinate representation of color #777A0C: hue angle of 61.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #777A0C is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 119 | 122 | 12 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.52 |
| HSL | 61.64º | 0.82% | 0.26% | - |
| HSV(B) | 61.64º | 0.9% | 0.48% | - |
| XYZ | 14.63 | 17.87 | 3.03 | - |
| YUV | 108.56 | 73.51 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 122 | 12 | 0.02 | 0 | 0.90 | 0.52 | 61.64 | 0.82 | 0.26 |
| Hex | 77 | 7A | C | 2 | 0 | 5A | 34 | 3E | 52 | 1A |
| Octal | 167 | 172 | 14 | 2 | 0 | 132 | 64 | 76 | 122 | 32 |
| Binary | 1110111 | 1111010 | 1100 | 10 | 0 | 1011010 | 110100 | 111110 | 1010010 | 11010 |
Color Harmonies of #777A0C
Complementary color
Monochromatic Colors of #777A0C
Black with #777A0C
Text Example
Text Example
White with #777A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777A0C; }
p { color: rgb(119,122,12); }
H1.HeaderClassName
{
color: #777A0C;
}
.AnyTagClassName
{
color: #777A0C;
}
</style>
background-color css
<style>
a { background-color: #777A0C; }
a { background-color: rgb(119,122,12); }
div.DivClassName
{
background-color: #777A0C;
}
.BgClassName
{
background-color: #777A0C;
}
</style>
border-color css
<style>
span { border-color: #777A0C; }
span { border-color: rgb(119,122,12); }
td.TdClassName
{
border-color: #777A0C;
}
.TagClassName
{
border-color: #777A0C;
}
</style>