Shades of Trendy Green #788233
Tints of Trendy Green #788233
RGB
CMYK
RGB Variations
Color information
#788233 (or 0x788233) is known color: Trendy Green. HEX triplet: 78, 82 and 33. RGB value is (120,130,51). Sum of RGB (Red+Green+Blue) = 120+130+51=301 (39% of max value = 765). Red value is 120 (47.27% from 255 or 39.87% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #788233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788233 is #877DCC. Grayscale: #767676. Windows color (decimal): -8879565 or 3375736. OLE color: 3375736.
HSL color Cylindrical-coordinate representation of color #788233: hue angle of 67.59º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #788233 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 130 | 51 | - |
| CMYK | 0.08 | 0 | 0.61 | 0.49 |
| HSL | 67.59º | 0.44% | 0.35% | - |
| HSV(B) | 67.59º | 0.61% | 0.51% | - |
| XYZ | 16.33 | 20.2 | 6.17 | - |
| YUV | 118 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 51 | 0.08 | 0 | 0.61 | 0.49 | 67.59 | 0.44 | 0.35 |
| Hex | 78 | 82 | 33 | 8 | 0 | 3D | 31 | 44 | 2C | 23 |
| Octal | 170 | 202 | 63 | 10 | 0 | 75 | 61 | 104 | 54 | 43 |
| Binary | 1111000 | 10000010 | 110011 | 1000 | 0 | 111101 | 110001 | 1000100 | 101100 | 100011 |
Color Harmonies of #788233
Complementary color
Monochromatic Colors of #788233
Black with #788233
Text Example
Text Example
White with #788233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788233; }
p { color: rgb(120,130,51); }
H1.HeaderClassName
{
color: #788233;
}
.AnyTagClassName
{
color: #788233;
}
</style>
background-color css
<style>
a { background-color: #788233; }
a { background-color: rgb(120,130,51); }
div.DivClassName
{
background-color: #788233;
}
.BgClassName
{
background-color: #788233;
}
</style>
border-color css
<style>
span { border-color: #788233; }
span { border-color: rgb(120,130,51); }
td.TdClassName
{
border-color: #788233;
}
.TagClassName
{
border-color: #788233;
}
</style>