Shades of Trendy Green #778518
Tints of Trendy Green #778518
RGB
CMYK
RGB Variations
Color information
#778518 (or 0x778518) is known color: Trendy Green. HEX triplet: 77, 85 and 18. RGB value is (119,133,24). Sum of RGB (Red+Green+Blue) = 119+133+24=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 133 - color contains mainly: green. Hex color #778518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778518 is #887AE7. Grayscale: #747474. Windows color (decimal): -8944360 or 1607031. OLE color: 1607031.
HSL color Cylindrical-coordinate representation of color #778518: hue angle of 67.71º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #778518 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 24 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.48 |
| HSL | 67.71º | 0.69% | 0.31% | - |
| HSV(B) | 67.71º | 0.82% | 0.52% | - |
| XYZ | 16.16 | 20.76 | 4.02 | - |
| YUV | 116.39 | 75.86 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 24 | 0.11 | 0 | 0.82 | 0.48 | 67.71 | 0.69 | 0.31 |
| Hex | 77 | 85 | 18 | B | 0 | 52 | 30 | 44 | 45 | 1F |
| Octal | 167 | 205 | 30 | 13 | 0 | 122 | 60 | 104 | 105 | 37 |
| Binary | 1110111 | 10000101 | 11000 | 1011 | 0 | 1010010 | 110000 | 1000100 | 1000101 | 11111 |
Color Harmonies of #778518
Complementary color
Monochromatic Colors of #778518
Black with #778518
Text Example
Text Example
White with #778518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778518; }
p { color: rgb(119,133,24); }
H1.HeaderClassName
{
color: #778518;
}
.AnyTagClassName
{
color: #778518;
}
</style>
background-color css
<style>
a { background-color: #778518; }
a { background-color: rgb(119,133,24); }
div.DivClassName
{
background-color: #778518;
}
.BgClassName
{
background-color: #778518;
}
</style>
border-color css
<style>
span { border-color: #778518; }
span { border-color: rgb(119,133,24); }
td.TdClassName
{
border-color: #778518;
}
.TagClassName
{
border-color: #778518;
}
</style>