Shades of Olive #70830F
Tints of Olive #70830F
RGB
CMYK
RGB Variations
Color information
#70830F (or 0x70830F) is known color: Olive. HEX triplet: 70, 83 and 0F. RGB value is (112,131,15). Sum of RGB (Red+Green+Blue) = 112+131+15=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #70830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70830F is #8F7CF0. Grayscale: #707070. Windows color (decimal): -9403633 or 1016688. OLE color: 1016688.
HSL color Cylindrical-coordinate representation of color #70830F: hue angle of 69.83º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70830F is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 15 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.49 |
| HSL | 69.83º | 0.79% | 0.29% | - |
| HSV(B) | 69.83º | 0.89% | 0.51% | - |
| XYZ | 14.88 | 19.71 | 3.47 | - |
| YUV | 112.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 15 | 0.15 | 0 | 0.89 | 0.49 | 69.83 | 0.79 | 0.29 |
| Hex | 70 | 83 | F | F | 0 | 59 | 31 | 46 | 4F | 1D |
| Octal | 160 | 203 | 17 | 17 | 0 | 131 | 61 | 106 | 117 | 35 |
| Binary | 1110000 | 10000011 | 1111 | 1111 | 0 | 1011001 | 110001 | 1000110 | 1001111 | 11101 |
Color Harmonies of #70830F
Complementary color
Monochromatic Colors of #70830F
Black with #70830F
Text Example
Text Example
White with #70830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70830F; }
p { color: rgb(112,131,15); }
H1.HeaderClassName
{
color: #70830F;
}
.AnyTagClassName
{
color: #70830F;
}
</style>
background-color css
<style>
a { background-color: #70830F; }
a { background-color: rgb(112,131,15); }
div.DivClassName
{
background-color: #70830F;
}
.BgClassName
{
background-color: #70830F;
}
</style>
border-color css
<style>
span { border-color: #70830F; }
span { border-color: rgb(112,131,15); }
td.TdClassName
{
border-color: #70830F;
}
.TagClassName
{
border-color: #70830F;
}
</style>