Shades of Trendy Green #758230
Tints of Trendy Green #758230
RGB
CMYK
RGB Variations
Color information
#758230 (or 0x758230) is known color: Trendy Green. HEX triplet: 75, 82 and 30. RGB value is (117,130,48). Sum of RGB (Red+Green+Blue) = 117+130+48=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #758230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758230 is #8A7DCF. Grayscale: #757575. Windows color (decimal): -9076176 or 3179125. OLE color: 3179125.
HSL color Cylindrical-coordinate representation of color #758230: hue angle of 69.51º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #758230 is Cyan = 0.1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 48 | - |
| CMYK | 0.1 | 0 | 0.63 | 0.49 |
| HSL | 69.51º | 0.46% | 0.35% | - |
| HSV(B) | 69.51º | 0.63% | 0.51% | - |
| XYZ | 15.85 | 19.96 | 5.81 | - |
| YUV | 116.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 48 | 0.1 | 0 | 0.63 | 0.49 | 69.51 | 0.46 | 0.35 |
| Hex | 75 | 82 | 30 | A | 0 | 3F | 31 | 46 | 2E | 23 |
| Octal | 165 | 202 | 60 | 12 | 0 | 77 | 61 | 106 | 56 | 43 |
| Binary | 1110101 | 10000010 | 110000 | 1010 | 0 | 111111 | 110001 | 1000110 | 101110 | 100011 |
Color Harmonies of #758230
Complementary color
Monochromatic Colors of #758230
Black with #758230
Text Example
Text Example
White with #758230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758230; }
p { color: rgb(117,130,48); }
H1.HeaderClassName
{
color: #758230;
}
.AnyTagClassName
{
color: #758230;
}
</style>
background-color css
<style>
a { background-color: #758230; }
a { background-color: rgb(117,130,48); }
div.DivClassName
{
background-color: #758230;
}
.BgClassName
{
background-color: #758230;
}
</style>
border-color css
<style>
span { border-color: #758230; }
span { border-color: rgb(117,130,48); }
td.TdClassName
{
border-color: #758230;
}
.TagClassName
{
border-color: #758230;
}
</style>