Shades of Olive Drab #70961C
Tints of Olive Drab #70961C
RGB
CMYK
RGB Variations
Color information
#70961C (or 0x70961C) is known color: Olive Drab. HEX triplet: 70, 96 and 1C. RGB value is (112,150,28). Sum of RGB (Red+Green+Blue) = 112+150+28=290 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.62% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #70961C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70961C is #8F69E3. Grayscale: #7D7D7D. Windows color (decimal): -9398756 or 1873520. OLE color: 1873520.
HSL color Cylindrical-coordinate representation of color #70961C: hue angle of 78.69º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70961C is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 28 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.41 |
| HSL | 78.69º | 0.69% | 0.35% | - |
| HSV(B) | 78.69º | 0.81% | 0.59% | - |
| XYZ | 17.8 | 25.34 | 5.05 | - |
| YUV | 124.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 28 | 0.25 | 0 | 0.81 | 0.41 | 78.69 | 0.69 | 0.35 |
| Hex | 70 | 96 | 1C | 19 | 0 | 51 | 29 | 4F | 45 | 23 |
| Octal | 160 | 226 | 34 | 31 | 0 | 121 | 51 | 117 | 105 | 43 |
| Binary | 1110000 | 10010110 | 11100 | 11001 | 0 | 1010001 | 101001 | 1001111 | 1000101 | 100011 |
Color Harmonies of #70961C
Complementary color
Monochromatic Colors of #70961C
Black with #70961C
Text Example
Text Example
White with #70961C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70961C; }
p { color: rgb(112,150,28); }
H1.HeaderClassName
{
color: #70961C;
}
.AnyTagClassName
{
color: #70961C;
}
</style>
background-color css
<style>
a { background-color: #70961C; }
a { background-color: rgb(112,150,28); }
div.DivClassName
{
background-color: #70961C;
}
.BgClassName
{
background-color: #70961C;
}
</style>
border-color css
<style>
span { border-color: #70961C; }
span { border-color: rgb(112,150,28); }
td.TdClassName
{
border-color: #70961C;
}
.TagClassName
{
border-color: #70961C;
}
</style>