Shades of Olive #70760D
Tints of Olive #70760D
RGB
CMYK
RGB Variations
Color information
#70760D (or 0x70760D) is known color: Olive. HEX triplet: 70, 76 and 0D. RGB value is (112,118,13). Sum of RGB (Red+Green+Blue) = 112+118+13=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #70760D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70760D is #8F89F2. Grayscale: #686868. Windows color (decimal): -9406963 or 882288. OLE color: 882288.
HSL color Cylindrical-coordinate representation of color #70760D: hue angle of 63.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70760D is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 13 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.54 |
| HSL | 63.43º | 0.8% | 0.26% | - |
| HSV(B) | 63.43º | 0.89% | 0.46% | - |
| XYZ | 13.23 | 16.43 | 2.85 | - |
| YUV | 104.24 | 76.51 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 13 | 0.05 | 0 | 0.89 | 0.54 | 63.43 | 0.8 | 0.26 |
| Hex | 70 | 76 | D | 5 | 0 | 59 | 36 | 3F | 50 | 1A |
| Octal | 160 | 166 | 15 | 5 | 0 | 131 | 66 | 77 | 120 | 32 |
| Binary | 1110000 | 1110110 | 1101 | 101 | 0 | 1011001 | 110110 | 111111 | 1010000 | 11010 |
Color Harmonies of #70760D
Complementary color
Monochromatic Colors of #70760D
Black with #70760D
Text Example
Text Example
White with #70760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70760D; }
p { color: rgb(112,118,13); }
H1.HeaderClassName
{
color: #70760D;
}
.AnyTagClassName
{
color: #70760D;
}
</style>
background-color css
<style>
a { background-color: #70760D; }
a { background-color: rgb(112,118,13); }
div.DivClassName
{
background-color: #70760D;
}
.BgClassName
{
background-color: #70760D;
}
</style>
border-color css
<style>
span { border-color: #70760D; }
span { border-color: rgb(112,118,13); }
td.TdClassName
{
border-color: #70760D;
}
.TagClassName
{
border-color: #70760D;
}
</style>