Shades of Trendy Green #707F28
Tints of Trendy Green #707F28
RGB
CMYK
RGB Variations
Color information
#707F28 (or 0x707F28) is known color: Trendy Green. HEX triplet: 70, 7F and 28. RGB value is (112,127,40). Sum of RGB (Red+Green+Blue) = 112+127+40=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #707F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707F28 is #8F80D7. Grayscale: #707070. Windows color (decimal): -9404632 or 2654064. OLE color: 2654064.
HSL color Cylindrical-coordinate representation of color #707F28: hue angle of 70.34º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #707F28 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 40 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.50 |
| HSL | 70.34º | 0.52% | 0.33% | - |
| HSV(B) | 70.34º | 0.69% | 0.5% | - |
| XYZ | 14.65 | 18.78 | 4.86 | - |
| YUV | 112.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 40 | 0.12 | 0 | 0.69 | 0.50 | 70.34 | 0.52 | 0.33 |
| Hex | 70 | 7F | 28 | C | 0 | 45 | 32 | 46 | 34 | 21 |
| Octal | 160 | 177 | 50 | 14 | 0 | 105 | 62 | 106 | 64 | 41 |
| Binary | 1110000 | 1111111 | 101000 | 1100 | 0 | 1000101 | 110010 | 1000110 | 110100 | 100001 |
Color Harmonies of #707F28
Complementary color
Monochromatic Colors of #707F28
Black with #707F28
Text Example
Text Example
White with #707F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F28; }
p { color: rgb(112,127,40); }
H1.HeaderClassName
{
color: #707F28;
}
.AnyTagClassName
{
color: #707F28;
}
</style>
background-color css
<style>
a { background-color: #707F28; }
a { background-color: rgb(112,127,40); }
div.DivClassName
{
background-color: #707F28;
}
.BgClassName
{
background-color: #707F28;
}
</style>
border-color css
<style>
span { border-color: #707F28; }
span { border-color: rgb(112,127,40); }
td.TdClassName
{
border-color: #707F28;
}
.TagClassName
{
border-color: #707F28;
}
</style>