Shades of Trendy Green #70821B
Tints of Trendy Green #70821B
RGB
CMYK
RGB Variations
Color information
#70821B (or 0x70821B) is known color: Trendy Green. HEX triplet: 70, 82 and 1B. RGB value is (112,130,27). Sum of RGB (Red+Green+Blue) = 112+130+27=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #70821B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70821B is #8F7DE4. Grayscale: #717171. Windows color (decimal): -9403877 or 1802864. OLE color: 1802864.
HSL color Cylindrical-coordinate representation of color #70821B: hue angle of 70.49º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70821B is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 130 | 27 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.49 |
| HSL | 70.49º | 0.66% | 0.31% | - |
| HSV(B) | 70.49º | 0.79% | 0.51% | - |
| XYZ | 14.86 | 19.49 | 4.02 | - |
| YUV | 112.88 | 79.54 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 130 | 27 | 0.14 | 0 | 0.79 | 0.49 | 70.49 | 0.66 | 0.31 |
| Hex | 70 | 82 | 1B | E | 0 | 4F | 31 | 46 | 42 | 1F |
| Octal | 160 | 202 | 33 | 16 | 0 | 117 | 61 | 106 | 102 | 37 |
| Binary | 1110000 | 10000010 | 11011 | 1110 | 0 | 1001111 | 110001 | 1000110 | 1000010 | 11111 |
Color Harmonies of #70821B
Complementary color
Monochromatic Colors of #70821B
Black with #70821B
Text Example
Text Example
White with #70821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70821B; }
p { color: rgb(112,130,27); }
H1.HeaderClassName
{
color: #70821B;
}
.AnyTagClassName
{
color: #70821B;
}
</style>
background-color css
<style>
a { background-color: #70821B; }
a { background-color: rgb(112,130,27); }
div.DivClassName
{
background-color: #70821B;
}
.BgClassName
{
background-color: #70821B;
}
</style>
border-color css
<style>
span { border-color: #70821B; }
span { border-color: rgb(112,130,27); }
td.TdClassName
{
border-color: #70821B;
}
.TagClassName
{
border-color: #70821B;
}
</style>