Shades of Trendy Green #767A25
Tints of Trendy Green #767A25
RGB
CMYK
RGB Variations
Color information
#767A25 (or 0x767A25) is known color: Trendy Green. HEX triplet: 76, 7A and 25. RGB value is (118,122,37). Sum of RGB (Red+Green+Blue) = 118+122+37=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 122 (48.05% from 255 or 44.04% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 122 - color contains mainly: green. Hex color #767A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767A25 is #8985DA. Grayscale: #6F6F6F. Windows color (decimal): -9012699 or 2456182. OLE color: 2456182.
HSL color Cylindrical-coordinate representation of color #767A25: hue angle of 62.82º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #767A25 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 122 | 37 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.52 |
| HSL | 62.82º | 0.53% | 0.31% | - |
| HSV(B) | 62.82º | 0.7% | 0.48% | - |
| XYZ | 14.76 | 17.9 | 4.43 | - |
| YUV | 111.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 37 | 0.03 | 0 | 0.70 | 0.52 | 62.82 | 0.53 | 0.31 |
| Hex | 76 | 7A | 25 | 3 | 0 | 46 | 34 | 3F | 35 | 1F |
| Octal | 166 | 172 | 45 | 3 | 0 | 106 | 64 | 77 | 65 | 37 |
| Binary | 1110110 | 1111010 | 100101 | 11 | 0 | 1000110 | 110100 | 111111 | 110101 | 11111 |
Color Harmonies of #767A25
Complementary color
Monochromatic Colors of #767A25
Black with #767A25
Text Example
Text Example
White with #767A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767A25; }
p { color: rgb(118,122,37); }
H1.HeaderClassName
{
color: #767A25;
}
.AnyTagClassName
{
color: #767A25;
}
</style>
background-color css
<style>
a { background-color: #767A25; }
a { background-color: rgb(118,122,37); }
div.DivClassName
{
background-color: #767A25;
}
.BgClassName
{
background-color: #767A25;
}
</style>
border-color css
<style>
span { border-color: #767A25; }
span { border-color: rgb(118,122,37); }
td.TdClassName
{
border-color: #767A25;
}
.TagClassName
{
border-color: #767A25;
}
</style>