Shades of Trendy Green #767F15
Tints of Trendy Green #767F15
RGB
CMYK
RGB Variations
Color information
#767F15 (or 0x767F15) is known color: Trendy Green. HEX triplet: 76, 7F and 15. RGB value is (118,127,21). Sum of RGB (Red+Green+Blue) = 118+127+21=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #767F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767F15 is #8980EA. Grayscale: #707070. Windows color (decimal): -9011435 or 1408886. OLE color: 1408886.
HSL color Cylindrical-coordinate representation of color #767F15: hue angle of 65.09º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #767F15 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 127 | 21 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.50 |
| HSL | 65.09º | 0.72% | 0.29% | - |
| HSV(B) | 65.09º | 0.83% | 0.5% | - |
| XYZ | 15.2 | 19.08 | 3.59 | - |
| YUV | 112.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 21 | 0.07 | 0 | 0.83 | 0.50 | 65.09 | 0.72 | 0.29 |
| Hex | 76 | 7F | 15 | 7 | 0 | 53 | 32 | 41 | 48 | 1D |
| Octal | 166 | 177 | 25 | 7 | 0 | 123 | 62 | 101 | 110 | 35 |
| Binary | 1110110 | 1111111 | 10101 | 111 | 0 | 1010011 | 110010 | 1000001 | 1001000 | 11101 |
Color Harmonies of #767F15
Complementary color
Monochromatic Colors of #767F15
Black with #767F15
Text Example
Text Example
White with #767F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F15; }
p { color: rgb(118,127,21); }
H1.HeaderClassName
{
color: #767F15;
}
.AnyTagClassName
{
color: #767F15;
}
</style>
background-color css
<style>
a { background-color: #767F15; }
a { background-color: rgb(118,127,21); }
div.DivClassName
{
background-color: #767F15;
}
.BgClassName
{
background-color: #767F15;
}
</style>
border-color css
<style>
span { border-color: #767F15; }
span { border-color: rgb(118,127,21); }
td.TdClassName
{
border-color: #767F15;
}
.TagClassName
{
border-color: #767F15;
}
</style>