Shades of Trendy Green #758514
Tints of Trendy Green #758514
RGB
CMYK
RGB Variations
Color information
#758514 (or 0x758514) is known color: Trendy Green. HEX triplet: 75, 85 and 14. RGB value is (117,133,20). Sum of RGB (Red+Green+Blue) = 117+133+20=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #758514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758514 is #8A7AEB. Grayscale: #737373. Windows color (decimal): -9075436 or 1344885. OLE color: 1344885.
HSL color Cylindrical-coordinate representation of color #758514: hue angle of 68.5º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #758514 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 20 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.48 |
| HSL | 68.5º | 0.74% | 0.3% | - |
| HSV(B) | 68.5º | 0.85% | 0.52% | - |
| XYZ | 15.85 | 20.61 | 3.8 | - |
| YUV | 115.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 20 | 0.12 | 0 | 0.85 | 0.48 | 68.5 | 0.74 | 0.3 |
| Hex | 75 | 85 | 14 | C | 0 | 55 | 30 | 44 | 4A | 1E |
| Octal | 165 | 205 | 24 | 14 | 0 | 125 | 60 | 104 | 112 | 36 |
| Binary | 1110101 | 10000101 | 10100 | 1100 | 0 | 1010101 | 110000 | 1000100 | 1001010 | 11110 |
Color Harmonies of #758514
Complementary color
Monochromatic Colors of #758514
Black with #758514
Text Example
Text Example
White with #758514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758514; }
p { color: rgb(117,133,20); }
H1.HeaderClassName
{
color: #758514;
}
.AnyTagClassName
{
color: #758514;
}
</style>
background-color css
<style>
a { background-color: #758514; }
a { background-color: rgb(117,133,20); }
div.DivClassName
{
background-color: #758514;
}
.BgClassName
{
background-color: #758514;
}
</style>
border-color css
<style>
span { border-color: #758514; }
span { border-color: rgb(117,133,20); }
td.TdClassName
{
border-color: #758514;
}
.TagClassName
{
border-color: #758514;
}
</style>