Shades of Trendy Green #788B2C
Tints of Trendy Green #788B2C
RGB
CMYK
RGB Variations
Color information
#788B2C (or 0x788B2C) is known color: Trendy Green. HEX triplet: 78, 8B and 2C. RGB value is (120,139,44). Sum of RGB (Red+Green+Blue) = 120+139+44=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 139 - color contains mainly: green. Hex color #788B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788B2C is #8774D3. Grayscale: #7A7A7A. Windows color (decimal): -8877268 or 2919288. OLE color: 2919288.
HSL color Cylindrical-coordinate representation of color #788B2C: hue angle of 72º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #788B2C is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 44 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.45 |
| HSL | 72º | 0.52% | 0.36% | - |
| HSV(B) | 72º | 0.68% | 0.55% | - |
| XYZ | 17.43 | 22.64 | 5.83 | - |
| YUV | 122.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 44 | 0.14 | 0 | 0.68 | 0.45 | 72 | 0.52 | 0.36 |
| Hex | 78 | 8B | 2C | E | 0 | 44 | 2D | 48 | 34 | 24 |
| Octal | 170 | 213 | 54 | 16 | 0 | 104 | 55 | 110 | 64 | 44 |
| Binary | 1111000 | 10001011 | 101100 | 1110 | 0 | 1000100 | 101101 | 1001000 | 110100 | 100100 |
Color Harmonies of #788B2C
Complementary color
Monochromatic Colors of #788B2C
Black with #788B2C
Text Example
Text Example
White with #788B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B2C; }
p { color: rgb(120,139,44); }
H1.HeaderClassName
{
color: #788B2C;
}
.AnyTagClassName
{
color: #788B2C;
}
</style>
background-color css
<style>
a { background-color: #788B2C; }
a { background-color: rgb(120,139,44); }
div.DivClassName
{
background-color: #788B2C;
}
.BgClassName
{
background-color: #788B2C;
}
</style>
border-color css
<style>
span { border-color: #788B2C; }
span { border-color: rgb(120,139,44); }
td.TdClassName
{
border-color: #788B2C;
}
.TagClassName
{
border-color: #788B2C;
}
</style>