Shades of Trendy Green #758619
Tints of Trendy Green #758619
RGB
CMYK
RGB Variations
Color information
#758619 (or 0x758619) is known color: Trendy Green. HEX triplet: 75, 86 and 19. RGB value is (117,134,25). Sum of RGB (Red+Green+Blue) = 117+134+25=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #758619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758619 is #8A79E6. Grayscale: #747474. Windows color (decimal): -9075175 or 1672821. OLE color: 1672821.
HSL color Cylindrical-coordinate representation of color #758619: hue angle of 69.36º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #758619 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 25 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.47 |
| HSL | 69.36º | 0.69% | 0.31% | - |
| HSV(B) | 69.36º | 0.81% | 0.53% | - |
| XYZ | 16.04 | 20.9 | 4.11 | - |
| YUV | 116.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 25 | 0.13 | 0 | 0.81 | 0.47 | 69.36 | 0.69 | 0.31 |
| Hex | 75 | 86 | 19 | D | 0 | 51 | 2F | 45 | 45 | 1F |
| Octal | 165 | 206 | 31 | 15 | 0 | 121 | 57 | 105 | 105 | 37 |
| Binary | 1110101 | 10000110 | 11001 | 1101 | 0 | 1010001 | 101111 | 1000101 | 1000101 | 11111 |
Color Harmonies of #758619
Complementary color
Monochromatic Colors of #758619
Black with #758619
Text Example
Text Example
White with #758619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758619; }
p { color: rgb(117,134,25); }
H1.HeaderClassName
{
color: #758619;
}
.AnyTagClassName
{
color: #758619;
}
</style>
background-color css
<style>
a { background-color: #758619; }
a { background-color: rgb(117,134,25); }
div.DivClassName
{
background-color: #758619;
}
.BgClassName
{
background-color: #758619;
}
</style>
border-color css
<style>
span { border-color: #758619; }
span { border-color: rgb(117,134,25); }
td.TdClassName
{
border-color: #758619;
}
.TagClassName
{
border-color: #758619;
}
</style>