Shades of Trendy Green #757F28
Tints of Trendy Green #757F28
RGB
CMYK
RGB Variations
Color information
#757F28 (or 0x757F28) is known color: Trendy Green. HEX triplet: 75, 7F and 28. RGB value is (117,127,40). Sum of RGB (Red+Green+Blue) = 117+127+40=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #757F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757F28 is #8A80D7. Grayscale: #727272. Windows color (decimal): -9076952 or 2654069. OLE color: 2654069.
HSL color Cylindrical-coordinate representation of color #757F28: hue angle of 66.9º 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 #757F28 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 127 | 40 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.50 |
| HSL | 66.9º | 0.52% | 0.33% | - |
| HSV(B) | 66.9º | 0.69% | 0.5% | - |
| XYZ | 15.31 | 19.11 | 4.89 | - |
| YUV | 114.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 40 | 0.08 | 0 | 0.69 | 0.50 | 66.9 | 0.52 | 0.33 |
| Hex | 75 | 7F | 28 | 8 | 0 | 45 | 32 | 43 | 34 | 21 |
| Octal | 165 | 177 | 50 | 10 | 0 | 105 | 62 | 103 | 64 | 41 |
| Binary | 1110101 | 1111111 | 101000 | 1000 | 0 | 1000101 | 110010 | 1000011 | 110100 | 100001 |
Color Harmonies of #757F28
Complementary color
Monochromatic Colors of #757F28
Black with #757F28
Text Example
Text Example
White with #757F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F28; }
p { color: rgb(117,127,40); }
H1.HeaderClassName
{
color: #757F28;
}
.AnyTagClassName
{
color: #757F28;
}
</style>
background-color css
<style>
a { background-color: #757F28; }
a { background-color: rgb(117,127,40); }
div.DivClassName
{
background-color: #757F28;
}
.BgClassName
{
background-color: #757F28;
}
</style>
border-color css
<style>
span { border-color: #757F28; }
span { border-color: rgb(117,127,40); }
td.TdClassName
{
border-color: #757F28;
}
.TagClassName
{
border-color: #757F28;
}
</style>