Shades of Olive Drab #70972C
Tints of Olive Drab #70972C
RGB
CMYK
RGB Variations
Color information
#70972C (or 0x70972C) is known color: Olive Drab. HEX triplet: 70, 97 and 2C. RGB value is (112,151,44). Sum of RGB (Red+Green+Blue) = 112+151+44=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #70972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70972C is #8F68D3. Grayscale: #7F7F7F. Windows color (decimal): -9398484 or 2922352. OLE color: 2922352.
HSL color Cylindrical-coordinate representation of color #70972C: hue angle of 81.87º 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 #70972C is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 112 | 151 | 44 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.41 |
| HSL | 81.87º | 0.55% | 0.38% | - |
| HSV(B) | 81.87º | 0.71% | 0.59% | - |
| XYZ | 18.2 | 25.76 | 6.4 | - |
| YUV | 127.14 | 81.08 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 151 | 44 | 0.26 | 0 | 0.71 | 0.41 | 81.87 | 0.55 | 0.38 |
| Hex | 70 | 97 | 2C | 1A | 0 | 47 | 29 | 52 | 37 | 26 |
| Octal | 160 | 227 | 54 | 32 | 0 | 107 | 51 | 122 | 67 | 46 |
| Binary | 1110000 | 10010111 | 101100 | 11010 | 0 | 1000111 | 101001 | 1010010 | 110111 | 100110 |
Color Harmonies of #70972C
Complementary color
Monochromatic Colors of #70972C
Black with #70972C
Text Example
Text Example
White with #70972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70972C; }
p { color: rgb(112,151,44); }
H1.HeaderClassName
{
color: #70972C;
}
.AnyTagClassName
{
color: #70972C;
}
</style>
background-color css
<style>
a { background-color: #70972C; }
a { background-color: rgb(112,151,44); }
div.DivClassName
{
background-color: #70972C;
}
.BgClassName
{
background-color: #70972C;
}
</style>
border-color css
<style>
span { border-color: #70972C; }
span { border-color: rgb(112,151,44); }
td.TdClassName
{
border-color: #70972C;
}
.TagClassName
{
border-color: #70972C;
}
</style>