Shades of Olive Drab #70962B
Tints of Olive Drab #70962B
RGB
CMYK
RGB Variations
Color information
#70962B (or 0x70962B) is known color: Olive Drab. HEX triplet: 70, 96 and 2B. RGB value is (112,150,43). Sum of RGB (Red+Green+Blue) = 112+150+43=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #70962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70962B is #8F69D4. Grayscale: #7E7E7E. Windows color (decimal): -9398741 or 2856560. OLE color: 2856560.
HSL color Cylindrical-coordinate representation of color #70962B: hue angle of 81.31º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70962B is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 150 | 43 | - |
| CMYK | 0.25 | 0 | 0.71 | 0.41 |
| HSL | 81.31º | 0.55% | 0.38% | - |
| HSV(B) | 81.31º | 0.71% | 0.59% | - |
| XYZ | 18.02 | 25.43 | 6.24 | - |
| YUV | 126.44 | 80.91 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 43 | 0.25 | 0 | 0.71 | 0.41 | 81.31 | 0.55 | 0.38 |
| Hex | 70 | 96 | 2B | 19 | 0 | 47 | 29 | 51 | 37 | 26 |
| Octal | 160 | 226 | 53 | 31 | 0 | 107 | 51 | 121 | 67 | 46 |
| Binary | 1110000 | 10010110 | 101011 | 11001 | 0 | 1000111 | 101001 | 1010001 | 110111 | 100110 |
Color Harmonies of #70962B
Complementary color
Monochromatic Colors of #70962B
Black with #70962B
Text Example
Text Example
White with #70962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70962B; }
p { color: rgb(112,150,43); }
H1.HeaderClassName
{
color: #70962B;
}
.AnyTagClassName
{
color: #70962B;
}
</style>
background-color css
<style>
a { background-color: #70962B; }
a { background-color: rgb(112,150,43); }
div.DivClassName
{
background-color: #70962B;
}
.BgClassName
{
background-color: #70962B;
}
</style>
border-color css
<style>
span { border-color: #70962B; }
span { border-color: rgb(112,150,43); }
td.TdClassName
{
border-color: #70962B;
}
.TagClassName
{
border-color: #70962B;
}
</style>