Shades of Trendy Green #758213
Tints of Trendy Green #758213
RGB
CMYK
RGB Variations
Color information
#758213 (or 0x758213) is known color: Trendy Green. HEX triplet: 75, 82 and 13. RGB value is (117,130,19). Sum of RGB (Red+Green+Blue) = 117+130+19=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #758213 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758213 is #8A7DEC. Grayscale: #717171. Windows color (decimal): -9076205 or 1278581. OLE color: 1278581.
HSL color Cylindrical-coordinate representation of color #758213: hue angle of 67.03º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #758213 is Cyan = 0.1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 19 | - |
| CMYK | 0.1 | 0 | 0.85 | 0.49 |
| HSL | 67.03º | 0.74% | 0.29% | - |
| HSV(B) | 67.03º | 0.85% | 0.51% | - |
| XYZ | 15.44 | 19.79 | 3.62 | - |
| YUV | 113.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 19 | 0.1 | 0 | 0.85 | 0.49 | 67.03 | 0.74 | 0.29 |
| Hex | 75 | 82 | 13 | A | 0 | 55 | 31 | 43 | 4A | 1D |
| Octal | 165 | 202 | 23 | 12 | 0 | 125 | 61 | 103 | 112 | 35 |
| Binary | 1110101 | 10000010 | 10011 | 1010 | 0 | 1010101 | 110001 | 1000011 | 1001010 | 11101 |
Color Harmonies of #758213
Complementary color
Monochromatic Colors of #758213
Black with #758213
Text Example
Text Example
White with #758213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758213; }
p { color: rgb(117,130,19); }
H1.HeaderClassName
{
color: #758213;
}
.AnyTagClassName
{
color: #758213;
}
</style>
background-color css
<style>
a { background-color: #758213; }
a { background-color: rgb(117,130,19); }
div.DivClassName
{
background-color: #758213;
}
.BgClassName
{
background-color: #758213;
}
</style>
border-color css
<style>
span { border-color: #758213; }
span { border-color: rgb(117,130,19); }
td.TdClassName
{
border-color: #758213;
}
.TagClassName
{
border-color: #758213;
}
</style>