Shades of Trendy Green #768725
Tints of Trendy Green #768725
RGB
CMYK
RGB Variations
Color information
#768725 (or 0x768725) is known color: Trendy Green. HEX triplet: 76, 87 and 25. RGB value is (118,135,37). Sum of RGB (Red+Green+Blue) = 118+135+37=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #768725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768725 is #8978DA. Grayscale: #777777. Windows color (decimal): -9009371 or 2459510. OLE color: 2459510.
HSL color Cylindrical-coordinate representation of color #768725: hue angle of 70.41º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #768725 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 37 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.47 |
| HSL | 70.41º | 0.57% | 0.34% | - |
| HSV(B) | 70.41º | 0.73% | 0.53% | - |
| XYZ | 16.47 | 21.31 | 5 | - |
| YUV | 118.75 | 81.87 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 37 | 0.13 | 0 | 0.73 | 0.47 | 70.41 | 0.57 | 0.34 |
| Hex | 76 | 87 | 25 | D | 0 | 49 | 2F | 46 | 39 | 22 |
| Octal | 166 | 207 | 45 | 15 | 0 | 111 | 57 | 106 | 71 | 42 |
| Binary | 1110110 | 10000111 | 100101 | 1101 | 0 | 1001001 | 101111 | 1000110 | 111001 | 100010 |
Color Harmonies of #768725
Complementary color
Monochromatic Colors of #768725
Black with #768725
Text Example
Text Example
White with #768725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768725; }
p { color: rgb(118,135,37); }
H1.HeaderClassName
{
color: #768725;
}
.AnyTagClassName
{
color: #768725;
}
</style>
background-color css
<style>
a { background-color: #768725; }
a { background-color: rgb(118,135,37); }
div.DivClassName
{
background-color: #768725;
}
.BgClassName
{
background-color: #768725;
}
</style>
border-color css
<style>
span { border-color: #768725; }
span { border-color: rgb(118,135,37); }
td.TdClassName
{
border-color: #768725;
}
.TagClassName
{
border-color: #768725;
}
</style>