Shades of Trendy Green #758A13
Tints of Trendy Green #758A13
RGB
CMYK
RGB Variations
Color information
#758A13 (or 0x758A13) is known color: Trendy Green. HEX triplet: 75, 8A and 13. RGB value is (117,138,19). Sum of RGB (Red+Green+Blue) = 117+138+19=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #758A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758A13 is #8A75EC. Grayscale: #767676. Windows color (decimal): -9074157 or 1280629. OLE color: 1280629.
HSL color Cylindrical-coordinate representation of color #758A13: hue angle of 70.59º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #758A13 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 19 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.46 |
| HSL | 70.59º | 0.76% | 0.31% | - |
| HSV(B) | 70.59º | 0.86% | 0.54% | - |
| XYZ | 16.54 | 22.01 | 3.99 | - |
| YUV | 118.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 19 | 0.15 | 0 | 0.86 | 0.46 | 70.59 | 0.76 | 0.31 |
| Hex | 75 | 8A | 13 | F | 0 | 56 | 2E | 47 | 4C | 1F |
| Octal | 165 | 212 | 23 | 17 | 0 | 126 | 56 | 107 | 114 | 37 |
| Binary | 1110101 | 10001010 | 10011 | 1111 | 0 | 1010110 | 101110 | 1000111 | 1001100 | 11111 |
Color Harmonies of #758A13
Complementary color
Monochromatic Colors of #758A13
Black with #758A13
Text Example
Text Example
White with #758A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A13; }
p { color: rgb(117,138,19); }
H1.HeaderClassName
{
color: #758A13;
}
.AnyTagClassName
{
color: #758A13;
}
</style>
background-color css
<style>
a { background-color: #758A13; }
a { background-color: rgb(117,138,19); }
div.DivClassName
{
background-color: #758A13;
}
.BgClassName
{
background-color: #758A13;
}
</style>
border-color css
<style>
span { border-color: #758A13; }
span { border-color: rgb(117,138,19); }
td.TdClassName
{
border-color: #758A13;
}
.TagClassName
{
border-color: #758A13;
}
</style>