Shades of Trendy Green #758228
Tints of Trendy Green #758228
RGB
CMYK
RGB Variations
Color information
#758228 (or 0x758228) is known color: Trendy Green. HEX triplet: 75, 82 and 28. RGB value is (117,130,40). Sum of RGB (Red+Green+Blue) = 117+130+40=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #758228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758228 is #8A7DD7. Grayscale: #747474. Windows color (decimal): -9076184 or 2654837. OLE color: 2654837.
HSL color Cylindrical-coordinate representation of color #758228: hue angle of 68.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #758228 is Cyan = 0.1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 40 | - |
| CMYK | 0.1 | 0 | 0.69 | 0.49 |
| HSL | 68.67º | 0.53% | 0.33% | - |
| HSV(B) | 68.67º | 0.69% | 0.51% | - |
| XYZ | 15.7 | 19.9 | 5.02 | - |
| YUV | 115.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 40 | 0.1 | 0 | 0.69 | 0.49 | 68.67 | 0.53 | 0.33 |
| Hex | 75 | 82 | 28 | A | 0 | 45 | 31 | 45 | 35 | 21 |
| Octal | 165 | 202 | 50 | 12 | 0 | 105 | 61 | 105 | 65 | 41 |
| Binary | 1110101 | 10000010 | 101000 | 1010 | 0 | 1000101 | 110001 | 1000101 | 110101 | 100001 |
Color Harmonies of #758228
Complementary color
Monochromatic Colors of #758228
Black with #758228
Text Example
Text Example
White with #758228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758228; }
p { color: rgb(117,130,40); }
H1.HeaderClassName
{
color: #758228;
}
.AnyTagClassName
{
color: #758228;
}
</style>
background-color css
<style>
a { background-color: #758228; }
a { background-color: rgb(117,130,40); }
div.DivClassName
{
background-color: #758228;
}
.BgClassName
{
background-color: #758228;
}
</style>
border-color css
<style>
span { border-color: #758228; }
span { border-color: rgb(117,130,40); }
td.TdClassName
{
border-color: #758228;
}
.TagClassName
{
border-color: #758228;
}
</style>