Shades of Trendy Green #787F32
Tints of Trendy Green #787F32
RGB
CMYK
RGB Variations
Color information
#787F32 (or 0x787F32) is known color: Trendy Green. HEX triplet: 78, 7F and 32. RGB value is (120,127,50). Sum of RGB (Red+Green+Blue) = 120+127+50=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 127 (50% from 255 or 42.76% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 127 - color contains mainly: green. Hex color #787F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787F32 is #8780CD. Grayscale: #747474. Windows color (decimal): -8880334 or 3309432. OLE color: 3309432.
HSL color Cylindrical-coordinate representation of color #787F32: hue angle of 65.45º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #787F32 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 127 | 50 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.50 |
| HSL | 65.45º | 0.44% | 0.35% | - |
| HSV(B) | 65.45º | 0.61% | 0.5% | - |
| XYZ | 15.91 | 19.4 | 5.92 | - |
| YUV | 116.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 50 | 0.06 | 0 | 0.61 | 0.50 | 65.45 | 0.44 | 0.35 |
| Hex | 78 | 7F | 32 | 6 | 0 | 3D | 32 | 41 | 2C | 23 |
| Octal | 170 | 177 | 62 | 6 | 0 | 75 | 62 | 101 | 54 | 43 |
| Binary | 1111000 | 1111111 | 110010 | 110 | 0 | 111101 | 110010 | 1000001 | 101100 | 100011 |
Color Harmonies of #787F32
Complementary color
Monochromatic Colors of #787F32
Black with #787F32
Text Example
Text Example
White with #787F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787F32; }
p { color: rgb(120,127,50); }
H1.HeaderClassName
{
color: #787F32;
}
.AnyTagClassName
{
color: #787F32;
}
</style>
background-color css
<style>
a { background-color: #787F32; }
a { background-color: rgb(120,127,50); }
div.DivClassName
{
background-color: #787F32;
}
.BgClassName
{
background-color: #787F32;
}
</style>
border-color css
<style>
span { border-color: #787F32; }
span { border-color: rgb(120,127,50); }
td.TdClassName
{
border-color: #787F32;
}
.TagClassName
{
border-color: #787F32;
}
</style>