Shades of Trendy Green #767D18
Tints of Trendy Green #767D18
RGB
CMYK
RGB Variations
Color information
#767D18 (or 0x767D18) is known color: Trendy Green. HEX triplet: 76, 7D and 18. RGB value is (118,125,24). Sum of RGB (Red+Green+Blue) = 118+125+24=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 125 (49.22% from 255 or 46.82% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 125 - color contains mainly: green. Hex color #767D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767D18 is #8982E7. Grayscale: #6F6F6F. Windows color (decimal): -9011944 or 1604982. OLE color: 1604982.
HSL color Cylindrical-coordinate representation of color #767D18: hue angle of 64.16º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #767D18 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 125 | 24 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.51 |
| HSL | 64.16º | 0.68% | 0.29% | - |
| HSV(B) | 64.16º | 0.81% | 0.49% | - |
| XYZ | 14.97 | 18.58 | 3.66 | - |
| YUV | 111.39 | 78.68 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 125 | 24 | 0.06 | 0 | 0.81 | 0.51 | 64.16 | 0.68 | 0.29 |
| Hex | 76 | 7D | 18 | 6 | 0 | 51 | 33 | 40 | 44 | 1D |
| Octal | 166 | 175 | 30 | 6 | 0 | 121 | 63 | 100 | 104 | 35 |
| Binary | 1110110 | 1111101 | 11000 | 110 | 0 | 1010001 | 110011 | 1000000 | 1000100 | 11101 |
Color Harmonies of #767D18
Complementary color
Monochromatic Colors of #767D18
Black with #767D18
Text Example
Text Example
White with #767D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767D18; }
p { color: rgb(118,125,24); }
H1.HeaderClassName
{
color: #767D18;
}
.AnyTagClassName
{
color: #767D18;
}
</style>
background-color css
<style>
a { background-color: #767D18; }
a { background-color: rgb(118,125,24); }
div.DivClassName
{
background-color: #767D18;
}
.BgClassName
{
background-color: #767D18;
}
</style>
border-color css
<style>
span { border-color: #767D18; }
span { border-color: rgb(118,125,24); }
td.TdClassName
{
border-color: #767D18;
}
.TagClassName
{
border-color: #767D18;
}
</style>