Shades of Trendy Green #758328
Tints of Trendy Green #758328
RGB
CMYK
RGB Variations
Color information
#758328 (or 0x758328) is known color: Trendy Green. HEX triplet: 75, 83 and 28. RGB value is (117,131,40). Sum of RGB (Red+Green+Blue) = 117+131+40=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #758328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758328 is #8A7CD7. Grayscale: #747474. Windows color (decimal): -9075928 or 2655093. OLE color: 2655093.
HSL color Cylindrical-coordinate representation of color #758328: hue angle of 69.23º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #758328 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 40 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.49 |
| HSL | 69.23º | 0.53% | 0.34% | - |
| HSV(B) | 69.23º | 0.69% | 0.51% | - |
| XYZ | 15.84 | 20.17 | 5.07 | - |
| YUV | 116.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 40 | 0.11 | 0 | 0.69 | 0.49 | 69.23 | 0.53 | 0.34 |
| Hex | 75 | 83 | 28 | B | 0 | 45 | 31 | 45 | 35 | 22 |
| Octal | 165 | 203 | 50 | 13 | 0 | 105 | 61 | 105 | 65 | 42 |
| Binary | 1110101 | 10000011 | 101000 | 1011 | 0 | 1000101 | 110001 | 1000101 | 110101 | 100010 |
Color Harmonies of #758328
Complementary color
Monochromatic Colors of #758328
Black with #758328
Text Example
Text Example
White with #758328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758328; }
p { color: rgb(117,131,40); }
H1.HeaderClassName
{
color: #758328;
}
.AnyTagClassName
{
color: #758328;
}
</style>
background-color css
<style>
a { background-color: #758328; }
a { background-color: rgb(117,131,40); }
div.DivClassName
{
background-color: #758328;
}
.BgClassName
{
background-color: #758328;
}
</style>
border-color css
<style>
span { border-color: #758328; }
span { border-color: rgb(117,131,40); }
td.TdClassName
{
border-color: #758328;
}
.TagClassName
{
border-color: #758328;
}
</style>