Shades of Olive #70770C
Tints of Olive #70770C
RGB
CMYK
RGB Variations
Color information
#70770C (or 0x70770C) is known color: Olive. HEX triplet: 70, 77 and 0C. RGB value is (112,119,12). Sum of RGB (Red+Green+Blue) = 112+119+12=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 119 - color contains mainly: green. Hex color #70770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70770C is #8F88F3. Grayscale: #696969. Windows color (decimal): -9406708 or 817008. OLE color: 817008.
HSL color Cylindrical-coordinate representation of color #70770C: hue angle of 63.93º 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 #70770C is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 112 | 119 | 12 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.53 |
| HSL | 63.93º | 0.82% | 0.26% | - |
| HSV(B) | 63.93º | 0.9% | 0.47% | - |
| XYZ | 13.35 | 16.66 | 2.86 | - |
| YUV | 104.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 119 | 12 | 0.06 | 0 | 0.90 | 0.53 | 63.93 | 0.82 | 0.26 |
| Hex | 70 | 77 | C | 6 | 0 | 5A | 35 | 40 | 52 | 1A |
| Octal | 160 | 167 | 14 | 6 | 0 | 132 | 65 | 100 | 122 | 32 |
| Binary | 1110000 | 1110111 | 1100 | 110 | 0 | 1011010 | 110101 | 1000000 | 1010010 | 11010 |
Color Harmonies of #70770C
Complementary color
Monochromatic Colors of #70770C
Black with #70770C
Text Example
Text Example
White with #70770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70770C; }
p { color: rgb(112,119,12); }
H1.HeaderClassName
{
color: #70770C;
}
.AnyTagClassName
{
color: #70770C;
}
</style>
background-color css
<style>
a { background-color: #70770C; }
a { background-color: rgb(112,119,12); }
div.DivClassName
{
background-color: #70770C;
}
.BgClassName
{
background-color: #70770C;
}
</style>
border-color css
<style>
span { border-color: #70770C; }
span { border-color: rgb(112,119,12); }
td.TdClassName
{
border-color: #70770C;
}
.TagClassName
{
border-color: #70770C;
}
</style>