Shades of Trendy Green #758218
Tints of Trendy Green #758218
RGB
CMYK
RGB Variations
Color information
#758218 (or 0x758218) is known color: Trendy Green. HEX triplet: 75, 82 and 18. RGB value is (117,130,24). Sum of RGB (Red+Green+Blue) = 117+130+24=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #758218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758218 is #8A7DE7. Grayscale: #727272. Windows color (decimal): -9076200 or 1606261. OLE color: 1606261.
HSL color Cylindrical-coordinate representation of color #758218: hue angle of 67.36º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #758218 is Cyan = 0.1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 24 | - |
| CMYK | 0.1 | 0 | 0.82 | 0.49 |
| HSL | 67.36º | 0.69% | 0.3% | - |
| HSV(B) | 67.36º | 0.82% | 0.51% | - |
| XYZ | 15.48 | 19.81 | 3.87 | - |
| YUV | 114.03 | 77.19 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 24 | 0.1 | 0 | 0.82 | 0.49 | 67.36 | 0.69 | 0.3 |
| Hex | 75 | 82 | 18 | A | 0 | 52 | 31 | 43 | 45 | 1E |
| Octal | 165 | 202 | 30 | 12 | 0 | 122 | 61 | 103 | 105 | 36 |
| Binary | 1110101 | 10000010 | 11000 | 1010 | 0 | 1010010 | 110001 | 1000011 | 1000101 | 11110 |
Color Harmonies of #758218
Complementary color
Monochromatic Colors of #758218
Black with #758218
Text Example
Text Example
White with #758218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758218; }
p { color: rgb(117,130,24); }
H1.HeaderClassName
{
color: #758218;
}
.AnyTagClassName
{
color: #758218;
}
</style>
background-color css
<style>
a { background-color: #758218; }
a { background-color: rgb(117,130,24); }
div.DivClassName
{
background-color: #758218;
}
.BgClassName
{
background-color: #758218;
}
</style>
border-color css
<style>
span { border-color: #758218; }
span { border-color: rgb(117,130,24); }
td.TdClassName
{
border-color: #758218;
}
.TagClassName
{
border-color: #758218;
}
</style>