Shades of Trendy Green #788A16
Tints of Trendy Green #788A16
RGB
CMYK
RGB Variations
Color information
#788A16 (or 0x788A16) is known color: Trendy Green. HEX triplet: 78, 8A and 16. RGB value is (120,138,22). Sum of RGB (Red+Green+Blue) = 120+138+22=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 138 (54.30% from 255 or 49.29% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 138 - color contains mainly: green. Hex color #788A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788A16 is #8775E9. Grayscale: #777777. Windows color (decimal): -8877546 or 1477240. OLE color: 1477240.
HSL color Cylindrical-coordinate representation of color #788A16: hue angle of 69.31º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #788A16 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 22 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.46 |
| HSL | 69.31º | 0.73% | 0.31% | - |
| HSV(B) | 69.31º | 0.84% | 0.54% | - |
| XYZ | 16.98 | 22.23 | 4.15 | - |
| YUV | 119.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 22 | 0.13 | 0 | 0.84 | 0.46 | 69.31 | 0.73 | 0.31 |
| Hex | 78 | 8A | 16 | D | 0 | 54 | 2E | 45 | 48 | 1F |
| Octal | 170 | 212 | 26 | 15 | 0 | 124 | 56 | 105 | 110 | 37 |
| Binary | 1111000 | 10001010 | 10110 | 1101 | 0 | 1010100 | 101110 | 1000101 | 1001000 | 11111 |
Color Harmonies of #788A16
Complementary color
Monochromatic Colors of #788A16
Black with #788A16
Text Example
Text Example
White with #788A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A16; }
p { color: rgb(120,138,22); }
H1.HeaderClassName
{
color: #788A16;
}
.AnyTagClassName
{
color: #788A16;
}
</style>
background-color css
<style>
a { background-color: #788A16; }
a { background-color: rgb(120,138,22); }
div.DivClassName
{
background-color: #788A16;
}
.BgClassName
{
background-color: #788A16;
}
</style>
border-color css
<style>
span { border-color: #788A16; }
span { border-color: rgb(120,138,22); }
td.TdClassName
{
border-color: #788A16;
}
.TagClassName
{
border-color: #788A16;
}
</style>