Shades of Trendy Green #70811F
Tints of Trendy Green #70811F
RGB
CMYK
RGB Variations
Color information
#70811F (or 0x70811F) is known color: Trendy Green. HEX triplet: 70, 81 and 1F. RGB value is (112,129,31). Sum of RGB (Red+Green+Blue) = 112+129+31=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #70811F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70811F is #8F7EE0. Grayscale: #717171. Windows color (decimal): -9404129 or 2064752. OLE color: 2064752.
HSL color Cylindrical-coordinate representation of color #70811F: hue angle of 70.41º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70811F is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 31 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.49 |
| HSL | 70.41º | 0.61% | 0.31% | - |
| HSV(B) | 70.41º | 0.76% | 0.51% | - |
| XYZ | 14.78 | 19.24 | 4.23 | - |
| YUV | 112.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 31 | 0.13 | 0 | 0.76 | 0.49 | 70.41 | 0.61 | 0.31 |
| Hex | 70 | 81 | 1F | D | 0 | 4C | 31 | 46 | 3D | 1F |
| Octal | 160 | 201 | 37 | 15 | 0 | 114 | 61 | 106 | 75 | 37 |
| Binary | 1110000 | 10000001 | 11111 | 1101 | 0 | 1001100 | 110001 | 1000110 | 111101 | 11111 |
Color Harmonies of #70811F
Complementary color
Monochromatic Colors of #70811F
Black with #70811F
Text Example
Text Example
White with #70811F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70811F; }
p { color: rgb(112,129,31); }
H1.HeaderClassName
{
color: #70811F;
}
.AnyTagClassName
{
color: #70811F;
}
</style>
background-color css
<style>
a { background-color: #70811F; }
a { background-color: rgb(112,129,31); }
div.DivClassName
{
background-color: #70811F;
}
.BgClassName
{
background-color: #70811F;
}
</style>
border-color css
<style>
span { border-color: #70811F; }
span { border-color: rgb(112,129,31); }
td.TdClassName
{
border-color: #70811F;
}
.TagClassName
{
border-color: #70811F;
}
</style>