Shades of Trendy Green #788425
Tints of Trendy Green #788425
RGB
CMYK
RGB Variations
Color information
#788425 (or 0x788425) is known color: Trendy Green. HEX triplet: 78, 84 and 25. RGB value is (120,132,37). Sum of RGB (Red+Green+Blue) = 120+132+37=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #788425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788425 is #877BDA. Grayscale: #757575. Windows color (decimal): -8879067 or 2458744. OLE color: 2458744.
HSL color Cylindrical-coordinate representation of color #788425: hue angle of 67.58º 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 #788425 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 37 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.48 |
| HSL | 67.58º | 0.56% | 0.33% | - |
| HSV(B) | 67.58º | 0.72% | 0.52% | - |
| XYZ | 16.33 | 20.63 | 4.87 | - |
| YUV | 117.58 | 82.52 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 37 | 0.09 | 0 | 0.72 | 0.48 | 67.58 | 0.56 | 0.33 |
| Hex | 78 | 84 | 25 | 9 | 0 | 48 | 30 | 44 | 38 | 21 |
| Octal | 170 | 204 | 45 | 11 | 0 | 110 | 60 | 104 | 70 | 41 |
| Binary | 1111000 | 10000100 | 100101 | 1001 | 0 | 1001000 | 110000 | 1000100 | 111000 | 100001 |
Color Harmonies of #788425
Complementary color
Monochromatic Colors of #788425
Black with #788425
Text Example
Text Example
White with #788425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788425; }
p { color: rgb(120,132,37); }
H1.HeaderClassName
{
color: #788425;
}
.AnyTagClassName
{
color: #788425;
}
</style>
background-color css
<style>
a { background-color: #788425; }
a { background-color: rgb(120,132,37); }
div.DivClassName
{
background-color: #788425;
}
.BgClassName
{
background-color: #788425;
}
</style>
border-color css
<style>
span { border-color: #788425; }
span { border-color: rgb(120,132,37); }
td.TdClassName
{
border-color: #788425;
}
.TagClassName
{
border-color: #788425;
}
</style>