Shades of Trendy Green #767F25
Tints of Trendy Green #767F25
RGB
CMYK
RGB Variations
Color information
#767F25 (or 0x767F25) is known color: Trendy Green. HEX triplet: 76, 7F and 25. RGB value is (118,127,37). Sum of RGB (Red+Green+Blue) = 118+127+37=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 127 - color contains mainly: green. Hex color #767F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767F25 is #8980DA. Grayscale: #727272. Windows color (decimal): -9011419 or 2457462. OLE color: 2457462.
HSL color Cylindrical-coordinate representation of color #767F25: hue angle of 66º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #767F25 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 37 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.50 |
| HSL | 66º | 0.55% | 0.32% | - |
| HSV(B) | 66º | 0.71% | 0.5% | - |
| XYZ | 15.39 | 19.16 | 4.64 | - |
| YUV | 114.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 37 | 0.07 | 0 | 0.71 | 0.50 | 66 | 0.55 | 0.32 |
| Hex | 76 | 7F | 25 | 7 | 0 | 47 | 32 | 42 | 37 | 20 |
| Octal | 166 | 177 | 45 | 7 | 0 | 107 | 62 | 102 | 67 | 40 |
| Binary | 1110110 | 1111111 | 100101 | 111 | 0 | 1000111 | 110010 | 1000010 | 110111 | 100000 |
Color Harmonies of #767F25
Complementary color
Monochromatic Colors of #767F25
Black with #767F25
Text Example
Text Example
White with #767F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F25; }
p { color: rgb(118,127,37); }
H1.HeaderClassName
{
color: #767F25;
}
.AnyTagClassName
{
color: #767F25;
}
</style>
background-color css
<style>
a { background-color: #767F25; }
a { background-color: rgb(118,127,37); }
div.DivClassName
{
background-color: #767F25;
}
.BgClassName
{
background-color: #767F25;
}
</style>
border-color css
<style>
span { border-color: #767F25; }
span { border-color: rgb(118,127,37); }
td.TdClassName
{
border-color: #767F25;
}
.TagClassName
{
border-color: #767F25;
}
</style>