Shades of Trendy Green #788A1A
Tints of Trendy Green #788A1A
RGB
CMYK
RGB Variations
Color information
#788A1A (or 0x788A1A) is known color: Trendy Green. HEX triplet: 78, 8A and 1A. RGB value is (120,138,26). Sum of RGB (Red+Green+Blue) = 120+138+26=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #788A1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788A1A is #8775E5. Grayscale: #787878. Windows color (decimal): -8877542 or 1739384. OLE color: 1739384.
HSL color Cylindrical-coordinate representation of color #788A1A: hue angle of 69.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #788A1A is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 26 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.46 |
| HSL | 69.64º | 0.68% | 0.32% | - |
| HSV(B) | 69.64º | 0.81% | 0.54% | - |
| XYZ | 17.02 | 22.24 | 4.37 | - |
| YUV | 119.85 | 75.04 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 26 | 0.13 | 0 | 0.81 | 0.46 | 69.64 | 0.68 | 0.32 |
| Hex | 78 | 8A | 1A | D | 0 | 51 | 2E | 46 | 44 | 20 |
| Octal | 170 | 212 | 32 | 15 | 0 | 121 | 56 | 106 | 104 | 40 |
| Binary | 1111000 | 10001010 | 11010 | 1101 | 0 | 1010001 | 101110 | 1000110 | 1000100 | 100000 |
Color Harmonies of #788A1A
Complementary color
Monochromatic Colors of #788A1A
Black with #788A1A
Text Example
Text Example
White with #788A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A1A; }
p { color: rgb(120,138,26); }
H1.HeaderClassName
{
color: #788A1A;
}
.AnyTagClassName
{
color: #788A1A;
}
</style>
background-color css
<style>
a { background-color: #788A1A; }
a { background-color: rgb(120,138,26); }
div.DivClassName
{
background-color: #788A1A;
}
.BgClassName
{
background-color: #788A1A;
}
</style>
border-color css
<style>
span { border-color: #788A1A; }
span { border-color: rgb(120,138,26); }
td.TdClassName
{
border-color: #788A1A;
}
.TagClassName
{
border-color: #788A1A;
}
</style>