Shades of Trendy Green #758014
Tints of Trendy Green #758014
RGB
CMYK
RGB Variations
Color information
#758014 (or 0x758014) is known color: Trendy Green. HEX triplet: 75, 80 and 14. RGB value is (117,128,20). Sum of RGB (Red+Green+Blue) = 117+128+20=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #758014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758014 is #8A7FEB. Grayscale: #707070. Windows color (decimal): -9076716 or 1343605. OLE color: 1343605.
HSL color Cylindrical-coordinate representation of color #758014: hue angle of 66.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #758014 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 117 | 128 | 20 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.50 |
| HSL | 66.11º | 0.73% | 0.29% | - |
| HSV(B) | 66.11º | 0.84% | 0.5% | - |
| XYZ | 15.18 | 19.27 | 3.58 | - |
| YUV | 112.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 128 | 20 | 0.09 | 0 | 0.84 | 0.50 | 66.11 | 0.73 | 0.29 |
| Hex | 75 | 80 | 14 | 9 | 0 | 54 | 32 | 42 | 49 | 1D |
| Octal | 165 | 200 | 24 | 11 | 0 | 124 | 62 | 102 | 111 | 35 |
| Binary | 1110101 | 10000000 | 10100 | 1001 | 0 | 1010100 | 110010 | 1000010 | 1001001 | 11101 |
Color Harmonies of #758014
Complementary color
Monochromatic Colors of #758014
Black with #758014
Text Example
Text Example
White with #758014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758014; }
p { color: rgb(117,128,20); }
H1.HeaderClassName
{
color: #758014;
}
.AnyTagClassName
{
color: #758014;
}
</style>
background-color css
<style>
a { background-color: #758014; }
a { background-color: rgb(117,128,20); }
div.DivClassName
{
background-color: #758014;
}
.BgClassName
{
background-color: #758014;
}
</style>
border-color css
<style>
span { border-color: #758014; }
span { border-color: rgb(117,128,20); }
td.TdClassName
{
border-color: #758014;
}
.TagClassName
{
border-color: #758014;
}
</style>