Shades of Trendy Green #758225
Tints of Trendy Green #758225
RGB
CMYK
RGB Variations
Color information
#758225 (or 0x758225) is known color: Trendy Green. HEX triplet: 75, 82 and 25. RGB value is (117,130,37). Sum of RGB (Red+Green+Blue) = 117+130+37=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #758225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758225 is #8A7DDA. Grayscale: #737373. Windows color (decimal): -9076187 or 2458229. OLE color: 2458229.
HSL color Cylindrical-coordinate representation of color #758225: hue angle of 68.39º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #758225 is Cyan = 0.1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 37 | - |
| CMYK | 0.1 | 0 | 0.72 | 0.49 |
| HSL | 68.39º | 0.56% | 0.33% | - |
| HSV(B) | 68.39º | 0.72% | 0.51% | - |
| XYZ | 15.65 | 19.88 | 4.76 | - |
| YUV | 115.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 37 | 0.1 | 0 | 0.72 | 0.49 | 68.39 | 0.56 | 0.33 |
| Hex | 75 | 82 | 25 | A | 0 | 48 | 31 | 44 | 38 | 21 |
| Octal | 165 | 202 | 45 | 12 | 0 | 110 | 61 | 104 | 70 | 41 |
| Binary | 1110101 | 10000010 | 100101 | 1010 | 0 | 1001000 | 110001 | 1000100 | 111000 | 100001 |
Color Harmonies of #758225
Complementary color
Monochromatic Colors of #758225
Black with #758225
Text Example
Text Example
White with #758225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758225; }
p { color: rgb(117,130,37); }
H1.HeaderClassName
{
color: #758225;
}
.AnyTagClassName
{
color: #758225;
}
</style>
background-color css
<style>
a { background-color: #758225; }
a { background-color: rgb(117,130,37); }
div.DivClassName
{
background-color: #758225;
}
.BgClassName
{
background-color: #758225;
}
</style>
border-color css
<style>
span { border-color: #758225; }
span { border-color: rgb(117,130,37); }
td.TdClassName
{
border-color: #758225;
}
.TagClassName
{
border-color: #758225;
}
</style>