Shades of Trendy Green #758813
Tints of Trendy Green #758813
RGB
CMYK
RGB Variations
Color information
#758813 (or 0x758813) is known color: Trendy Green. HEX triplet: 75, 88 and 13. RGB value is (117,136,19). Sum of RGB (Red+Green+Blue) = 117+136+19=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 136 (53.52% from 255 or 50% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 136 - color contains mainly: green. Hex color #758813 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758813 is #8A77EC. Grayscale: #757575. Windows color (decimal): -9074669 or 1280117. OLE color: 1280117.
HSL color Cylindrical-coordinate representation of color #758813: hue angle of 69.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #758813 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 19 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.47 |
| HSL | 69.74º | 0.75% | 0.3% | - |
| HSV(B) | 69.74º | 0.86% | 0.53% | - |
| XYZ | 16.26 | 21.44 | 3.9 | - |
| YUV | 116.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 19 | 0.14 | 0 | 0.86 | 0.47 | 69.74 | 0.75 | 0.3 |
| Hex | 75 | 88 | 13 | E | 0 | 56 | 2F | 46 | 4B | 1E |
| Octal | 165 | 210 | 23 | 16 | 0 | 126 | 57 | 106 | 113 | 36 |
| Binary | 1110101 | 10001000 | 10011 | 1110 | 0 | 1010110 | 101111 | 1000110 | 1001011 | 11110 |
Color Harmonies of #758813
Complementary color
Monochromatic Colors of #758813
Black with #758813
Text Example
Text Example
White with #758813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758813; }
p { color: rgb(117,136,19); }
H1.HeaderClassName
{
color: #758813;
}
.AnyTagClassName
{
color: #758813;
}
</style>
background-color css
<style>
a { background-color: #758813; }
a { background-color: rgb(117,136,19); }
div.DivClassName
{
background-color: #758813;
}
.BgClassName
{
background-color: #758813;
}
</style>
border-color css
<style>
span { border-color: #758813; }
span { border-color: rgb(117,136,19); }
td.TdClassName
{
border-color: #758813;
}
.TagClassName
{
border-color: #758813;
}
</style>