Shades of Trendy Green #758122
Tints of Trendy Green #758122
RGB
CMYK
RGB Variations
Color information
#758122 (or 0x758122) is known color: Trendy Green. HEX triplet: 75, 81 and 22. RGB value is (117,129,34). Sum of RGB (Red+Green+Blue) = 117+129+34=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #758122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758122 is #8A7EDD. Grayscale: #727272. Windows color (decimal): -9076446 or 2261365. OLE color: 2261365.
HSL color Cylindrical-coordinate representation of color #758122: hue angle of 67.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #758122 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 129 | 34 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.49 |
| HSL | 67.58º | 0.58% | 0.32% | - |
| HSV(B) | 67.58º | 0.74% | 0.51% | - |
| XYZ | 15.48 | 19.6 | 4.48 | - |
| YUV | 114.58 | 82.52 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 34 | 0.09 | 0 | 0.74 | 0.49 | 67.58 | 0.58 | 0.32 |
| Hex | 75 | 81 | 22 | 9 | 0 | 4A | 31 | 44 | 3A | 20 |
| Octal | 165 | 201 | 42 | 11 | 0 | 112 | 61 | 104 | 72 | 40 |
| Binary | 1110101 | 10000001 | 100010 | 1001 | 0 | 1001010 | 110001 | 1000100 | 111010 | 100000 |
Color Harmonies of #758122
Complementary color
Monochromatic Colors of #758122
Black with #758122
Text Example
Text Example
White with #758122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758122; }
p { color: rgb(117,129,34); }
H1.HeaderClassName
{
color: #758122;
}
.AnyTagClassName
{
color: #758122;
}
</style>
background-color css
<style>
a { background-color: #758122; }
a { background-color: rgb(117,129,34); }
div.DivClassName
{
background-color: #758122;
}
.BgClassName
{
background-color: #758122;
}
</style>
border-color css
<style>
span { border-color: #758122; }
span { border-color: rgb(117,129,34); }
td.TdClassName
{
border-color: #758122;
}
.TagClassName
{
border-color: #758122;
}
</style>