Shades of Trendy Green #758B10
Tints of Trendy Green #758B10
RGB
CMYK
RGB Variations
Color information
#758B10 (or 0x758B10) is known color: Trendy Green. HEX triplet: 75, 8B and 10. RGB value is (117,139,16). Sum of RGB (Red+Green+Blue) = 117+139+16=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 139 (54.69% from 255 or 51.10% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 139 - color contains mainly: green. Hex color #758B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758B10 is #8A74EF. Grayscale: #767676. Windows color (decimal): -9073904 or 1084277. OLE color: 1084277.
HSL color Cylindrical-coordinate representation of color #758B10: hue angle of 70.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #758B10 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 16 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.45 |
| HSL | 70.73º | 0.79% | 0.3% | - |
| HSV(B) | 70.73º | 0.88% | 0.55% | - |
| XYZ | 16.66 | 22.28 | 3.91 | - |
| YUV | 118.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 16 | 0.16 | 0 | 0.88 | 0.45 | 70.73 | 0.79 | 0.3 |
| Hex | 75 | 8B | 10 | 10 | 0 | 58 | 2D | 47 | 4F | 1E |
| Octal | 165 | 213 | 20 | 20 | 0 | 130 | 55 | 107 | 117 | 36 |
| Binary | 1110101 | 10001011 | 10000 | 10000 | 0 | 1011000 | 101101 | 1000111 | 1001111 | 11110 |
Color Harmonies of #758B10
Complementary color
Monochromatic Colors of #758B10
Black with #758B10
Text Example
Text Example
White with #758B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B10; }
p { color: rgb(117,139,16); }
H1.HeaderClassName
{
color: #758B10;
}
.AnyTagClassName
{
color: #758B10;
}
</style>
background-color css
<style>
a { background-color: #758B10; }
a { background-color: rgb(117,139,16); }
div.DivClassName
{
background-color: #758B10;
}
.BgClassName
{
background-color: #758B10;
}
</style>
border-color css
<style>
span { border-color: #758B10; }
span { border-color: rgb(117,139,16); }
td.TdClassName
{
border-color: #758B10;
}
.TagClassName
{
border-color: #758B10;
}
</style>