Shades of Trendy Green #758321
Tints of Trendy Green #758321
RGB
CMYK
RGB Variations
Color information
#758321 (or 0x758321) is known color: Trendy Green. HEX triplet: 75, 83 and 21. RGB value is (117,131,33). Sum of RGB (Red+Green+Blue) = 117+131+33=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #758321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758321 is #8A7CDE. Grayscale: #747474. Windows color (decimal): -9075935 or 2196341. OLE color: 2196341.
HSL color Cylindrical-coordinate representation of color #758321: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #758321 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 131 | 33 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.49 |
| HSL | 68.57º | 0.6% | 0.32% | - |
| HSV(B) | 68.57º | 0.75% | 0.51% | - |
| XYZ | 15.73 | 20.12 | 4.49 | - |
| YUV | 115.64 | 81.36 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 131 | 33 | 0.11 | 0 | 0.75 | 0.49 | 68.57 | 0.6 | 0.32 |
| Hex | 75 | 83 | 21 | B | 0 | 4B | 31 | 45 | 3C | 20 |
| Octal | 165 | 203 | 41 | 13 | 0 | 113 | 61 | 105 | 74 | 40 |
| Binary | 1110101 | 10000011 | 100001 | 1011 | 0 | 1001011 | 110001 | 1000101 | 111100 | 100000 |
Color Harmonies of #758321
Complementary color
Monochromatic Colors of #758321
Black with #758321
Text Example
Text Example
White with #758321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758321; }
p { color: rgb(117,131,33); }
H1.HeaderClassName
{
color: #758321;
}
.AnyTagClassName
{
color: #758321;
}
</style>
background-color css
<style>
a { background-color: #758321; }
a { background-color: rgb(117,131,33); }
div.DivClassName
{
background-color: #758321;
}
.BgClassName
{
background-color: #758321;
}
</style>
border-color css
<style>
span { border-color: #758321; }
span { border-color: rgb(117,131,33); }
td.TdClassName
{
border-color: #758321;
}
.TagClassName
{
border-color: #758321;
}
</style>