Shades of Olive #707A0C
Tints of Olive #707A0C
RGB
CMYK
RGB Variations
Color information
#707A0C (or 0x707A0C) is known color: Olive. HEX triplet: 70, 7A and 0C. RGB value is (112,122,12). Sum of RGB (Red+Green+Blue) = 112+122+12=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 122 (48.05% from 255 or 49.59% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 122 - color contains mainly: green. Hex color #707A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707A0C is #8F85F3. Grayscale: #6A6A6A. Windows color (decimal): -9405940 or 817776. OLE color: 817776.
HSL color Cylindrical-coordinate representation of color #707A0C: hue angle of 65.45º 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 #707A0C is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 122 | 12 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.52 |
| HSL | 65.45º | 0.82% | 0.26% | - |
| HSV(B) | 65.45º | 0.9% | 0.48% | - |
| XYZ | 13.71 | 17.39 | 2.98 | - |
| YUV | 106.47 | 74.69 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 12 | 0.08 | 0 | 0.90 | 0.52 | 65.45 | 0.82 | 0.26 |
| Hex | 70 | 7A | C | 8 | 0 | 5A | 34 | 41 | 52 | 1A |
| Octal | 160 | 172 | 14 | 10 | 0 | 132 | 64 | 101 | 122 | 32 |
| Binary | 1110000 | 1111010 | 1100 | 1000 | 0 | 1011010 | 110100 | 1000001 | 1010010 | 11010 |
Color Harmonies of #707A0C
Complementary color
Monochromatic Colors of #707A0C
Black with #707A0C
Text Example
Text Example
White with #707A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707A0C; }
p { color: rgb(112,122,12); }
H1.HeaderClassName
{
color: #707A0C;
}
.AnyTagClassName
{
color: #707A0C;
}
</style>
background-color css
<style>
a { background-color: #707A0C; }
a { background-color: rgb(112,122,12); }
div.DivClassName
{
background-color: #707A0C;
}
.BgClassName
{
background-color: #707A0C;
}
</style>
border-color css
<style>
span { border-color: #707A0C; }
span { border-color: rgb(112,122,12); }
td.TdClassName
{
border-color: #707A0C;
}
.TagClassName
{
border-color: #707A0C;
}
</style>