Shades of Olive Drab #70931B
Tints of Olive Drab #70931B
RGB
CMYK
RGB Variations
Color information
#70931B (or 0x70931B) is known color: Olive Drab. HEX triplet: 70, 93 and 1B. RGB value is (112,147,27). Sum of RGB (Red+Green+Blue) = 112+147+27=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #70931B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70931B is #8F6CE4. Grayscale: #7B7B7B. Windows color (decimal): -9399525 or 1807216. OLE color: 1807216.
HSL color Cylindrical-coordinate representation of color #70931B: hue angle of 77.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70931B is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 147 | 27 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.42 |
| HSL | 77.5º | 0.69% | 0.34% | - |
| HSV(B) | 77.5º | 0.82% | 0.58% | - |
| XYZ | 17.31 | 24.39 | 4.83 | - |
| YUV | 122.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 27 | 0.24 | 0 | 0.82 | 0.42 | 77.5 | 0.69 | 0.34 |
| Hex | 70 | 93 | 1B | 18 | 0 | 52 | 2A | 4E | 45 | 22 |
| Octal | 160 | 223 | 33 | 30 | 0 | 122 | 52 | 116 | 105 | 42 |
| Binary | 1110000 | 10010011 | 11011 | 11000 | 0 | 1010010 | 101010 | 1001110 | 1000101 | 100010 |
Color Harmonies of #70931B
Complementary color
Monochromatic Colors of #70931B
Black with #70931B
Text Example
Text Example
White with #70931B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70931B; }
p { color: rgb(112,147,27); }
H1.HeaderClassName
{
color: #70931B;
}
.AnyTagClassName
{
color: #70931B;
}
</style>
background-color css
<style>
a { background-color: #70931B; }
a { background-color: rgb(112,147,27); }
div.DivClassName
{
background-color: #70931B;
}
.BgClassName
{
background-color: #70931B;
}
</style>
border-color css
<style>
span { border-color: #70931B; }
span { border-color: rgb(112,147,27); }
td.TdClassName
{
border-color: #70931B;
}
.TagClassName
{
border-color: #70931B;
}
</style>