Shades of Trendy Green #757917
Tints of Trendy Green #757917
RGB
CMYK
RGB Variations
Color information
#757917 (or 0x757917) is known color: Trendy Green. HEX triplet: 75, 79 and 17. RGB value is (117,121,23). Sum of RGB (Red+Green+Blue) = 117+121+23=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 121 (47.66% from 255 or 46.36% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 121 - color contains mainly: green. Hex color #757917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757917 is #8A86E8. Grayscale: #6D6D6D. Windows color (decimal): -9078505 or 1538421. OLE color: 1538421.
HSL color Cylindrical-coordinate representation of color #757917: hue angle of 62.45º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #757917 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 121 | 23 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.53 |
| HSL | 62.45º | 0.68% | 0.28% | - |
| HSV(B) | 62.45º | 0.81% | 0.47% | - |
| XYZ | 14.33 | 17.52 | 3.44 | - |
| YUV | 108.63 | 79.67 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 23 | 0.03 | 0 | 0.81 | 0.53 | 62.45 | 0.68 | 0.28 |
| Hex | 75 | 79 | 17 | 3 | 0 | 51 | 35 | 3E | 44 | 1C |
| Octal | 165 | 171 | 27 | 3 | 0 | 121 | 65 | 76 | 104 | 34 |
| Binary | 1110101 | 1111001 | 10111 | 11 | 0 | 1010001 | 110101 | 111110 | 1000100 | 11100 |
Color Harmonies of #757917
Complementary color
Monochromatic Colors of #757917
Black with #757917
Text Example
Text Example
White with #757917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757917; }
p { color: rgb(117,121,23); }
H1.HeaderClassName
{
color: #757917;
}
.AnyTagClassName
{
color: #757917;
}
</style>
background-color css
<style>
a { background-color: #757917; }
a { background-color: rgb(117,121,23); }
div.DivClassName
{
background-color: #757917;
}
.BgClassName
{
background-color: #757917;
}
</style>
border-color css
<style>
span { border-color: #757917; }
span { border-color: rgb(117,121,23); }
td.TdClassName
{
border-color: #757917;
}
.TagClassName
{
border-color: #757917;
}
</style>