Shades of Trendy Green #788525
Tints of Trendy Green #788525
RGB
CMYK
RGB Variations
Color information
#788525 (or 0x788525) is known color: Trendy Green. HEX triplet: 78, 85 and 25. RGB value is (120,133,37). Sum of RGB (Red+Green+Blue) = 120+133+37=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #788525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788525 is #877ADA. Grayscale: #767676. Windows color (decimal): -8878811 or 2459000. OLE color: 2459000.
HSL color Cylindrical-coordinate representation of color #788525: hue angle of 68.13º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #788525 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 37 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.48 |
| HSL | 68.13º | 0.56% | 0.33% | - |
| HSV(B) | 68.13º | 0.72% | 0.52% | - |
| XYZ | 16.47 | 20.9 | 4.92 | - |
| YUV | 118.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 37 | 0.10 | 0 | 0.72 | 0.48 | 68.13 | 0.56 | 0.33 |
| Hex | 78 | 85 | 25 | A | 0 | 48 | 30 | 44 | 38 | 21 |
| Octal | 170 | 205 | 45 | 12 | 0 | 110 | 60 | 104 | 70 | 41 |
| Binary | 1111000 | 10000101 | 100101 | 1010 | 0 | 1001000 | 110000 | 1000100 | 111000 | 100001 |
Color Harmonies of #788525
Complementary color
Monochromatic Colors of #788525
Black with #788525
Text Example
Text Example
White with #788525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788525; }
p { color: rgb(120,133,37); }
H1.HeaderClassName
{
color: #788525;
}
.AnyTagClassName
{
color: #788525;
}
</style>
background-color css
<style>
a { background-color: #788525; }
a { background-color: rgb(120,133,37); }
div.DivClassName
{
background-color: #788525;
}
.BgClassName
{
background-color: #788525;
}
</style>
border-color css
<style>
span { border-color: #788525; }
span { border-color: rgb(120,133,37); }
td.TdClassName
{
border-color: #788525;
}
.TagClassName
{
border-color: #788525;
}
</style>