Shades of Trendy Green #70801C
Tints of Trendy Green #70801C
RGB
CMYK
RGB Variations
Color information
#70801C (or 0x70801C) is known color: Trendy Green. HEX triplet: 70, 80 and 1C. RGB value is (112,128,28). Sum of RGB (Red+Green+Blue) = 112+128+28=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #70801C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70801C is #8F7FE3. Grayscale: #707070. Windows color (decimal): -9404388 or 1867888. OLE color: 1867888.
HSL color Cylindrical-coordinate representation of color #70801C: hue angle of 69.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70801C is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 128 | 28 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.50 |
| HSL | 69.6º | 0.64% | 0.31% | - |
| HSV(B) | 69.6º | 0.78% | 0.5% | - |
| XYZ | 14.61 | 18.97 | 3.99 | - |
| YUV | 111.82 | 80.7 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 128 | 28 | 0.12 | 0 | 0.78 | 0.50 | 69.6 | 0.64 | 0.31 |
| Hex | 70 | 80 | 1C | C | 0 | 4E | 32 | 46 | 40 | 1F |
| Octal | 160 | 200 | 34 | 14 | 0 | 116 | 62 | 106 | 100 | 37 |
| Binary | 1110000 | 10000000 | 11100 | 1100 | 0 | 1001110 | 110010 | 1000110 | 1000000 | 11111 |
Color Harmonies of #70801C
Complementary color
Monochromatic Colors of #70801C
Black with #70801C
Text Example
Text Example
White with #70801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70801C; }
p { color: rgb(112,128,28); }
H1.HeaderClassName
{
color: #70801C;
}
.AnyTagClassName
{
color: #70801C;
}
</style>
background-color css
<style>
a { background-color: #70801C; }
a { background-color: rgb(112,128,28); }
div.DivClassName
{
background-color: #70801C;
}
.BgClassName
{
background-color: #70801C;
}
</style>
border-color css
<style>
span { border-color: #70801C; }
span { border-color: rgb(112,128,28); }
td.TdClassName
{
border-color: #70801C;
}
.TagClassName
{
border-color: #70801C;
}
</style>