Shades of Trendy Green #70821D
Tints of Trendy Green #70821D
RGB
CMYK
RGB Variations
Color information
#70821D (or 0x70821D) is known color: Trendy Green. HEX triplet: 70, 82 and 1D. RGB value is (112,130,29). Sum of RGB (Red+Green+Blue) = 112+130+29=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #70821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70821D is #8F7DE2. Grayscale: #717171. Windows color (decimal): -9403875 or 1933936. OLE color: 1933936.
HSL color Cylindrical-coordinate representation of color #70821D: hue angle of 70.69º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70821D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 29 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.49 |
| HSL | 70.69º | 0.64% | 0.31% | - |
| HSV(B) | 70.69º | 0.78% | 0.51% | - |
| XYZ | 14.89 | 19.5 | 4.14 | - |
| YUV | 113.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 29 | 0.14 | 0 | 0.78 | 0.49 | 70.69 | 0.64 | 0.31 |
| Hex | 70 | 82 | 1D | E | 0 | 4E | 31 | 47 | 40 | 1F |
| Octal | 160 | 202 | 35 | 16 | 0 | 116 | 61 | 107 | 100 | 37 |
| Binary | 1110000 | 10000010 | 11101 | 1110 | 0 | 1001110 | 110001 | 1000111 | 1000000 | 11111 |
Color Harmonies of #70821D
Complementary color
Monochromatic Colors of #70821D
Black with #70821D
Text Example
Text Example
White with #70821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70821D; }
p { color: rgb(112,130,29); }
H1.HeaderClassName
{
color: #70821D;
}
.AnyTagClassName
{
color: #70821D;
}
</style>
background-color css
<style>
a { background-color: #70821D; }
a { background-color: rgb(112,130,29); }
div.DivClassName
{
background-color: #70821D;
}
.BgClassName
{
background-color: #70821D;
}
</style>
border-color css
<style>
span { border-color: #70821D; }
span { border-color: rgb(112,130,29); }
td.TdClassName
{
border-color: #70821D;
}
.TagClassName
{
border-color: #70821D;
}
</style>