Shades of Trendy Green #778B28
Tints of Trendy Green #778B28
RGB
CMYK
RGB Variations
Color information
#778B28 (or 0x778B28) is known color: Trendy Green. HEX triplet: 77, 8B and 28. RGB value is (119,139,40). Sum of RGB (Red+Green+Blue) = 119+139+40=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #778B28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #778B28 is #8874D7. Grayscale: #7A7A7A. Windows color (decimal): -8942808 or 2657143. OLE color: 2657143.
HSL color Cylindrical-coordinate representation of color #778B28: hue angle of 72.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #778B28 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 40 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.45 |
| HSL | 72.12º | 0.55% | 0.35% | - |
| HSV(B) | 72.12º | 0.71% | 0.55% | - |
| XYZ | 17.22 | 22.54 | 5.45 | - |
| YUV | 121.73 | 81.87 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 40 | 0.14 | 0 | 0.71 | 0.45 | 72.12 | 0.55 | 0.35 |
| Hex | 77 | 8B | 28 | E | 0 | 47 | 2D | 48 | 37 | 23 |
| Octal | 167 | 213 | 50 | 16 | 0 | 107 | 55 | 110 | 67 | 43 |
| Binary | 1110111 | 10001011 | 101000 | 1110 | 0 | 1000111 | 101101 | 1001000 | 110111 | 100011 |
Color Harmonies of #778B28
Complementary color
Monochromatic Colors of #778B28
Black with #778B28
Text Example
Text Example
White with #778B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B28; }
p { color: rgb(119,139,40); }
H1.HeaderClassName
{
color: #778B28;
}
.AnyTagClassName
{
color: #778B28;
}
</style>
background-color css
<style>
a { background-color: #778B28; }
a { background-color: rgb(119,139,40); }
div.DivClassName
{
background-color: #778B28;
}
.BgClassName
{
background-color: #778B28;
}
</style>
border-color css
<style>
span { border-color: #778B28; }
span { border-color: rgb(119,139,40); }
td.TdClassName
{
border-color: #778B28;
}
.TagClassName
{
border-color: #778B28;
}
</style>