Shades of Trendy Green #7C8233
Tints of Trendy Green #7C8233
RGB
CMYK
RGB Variations
Color information
#7C8233 (or 0x7C8233) is known color: Trendy Green. HEX triplet: 7C, 82 and 33. RGB value is (124,130,51). Sum of RGB (Red+Green+Blue) = 124+130+51=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8233 is #837DCC. Grayscale: #777777. Windows color (decimal): -8617421 or 3375740. OLE color: 3375740.
HSL color Cylindrical-coordinate representation of color #7C8233: hue angle of 64.56º 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 #7C8233 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 130 | 51 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.49 |
| HSL | 64.56º | 0.44% | 0.35% | - |
| HSV(B) | 64.56º | 0.61% | 0.51% | - |
| XYZ | 16.89 | 20.49 | 6.2 | - |
| YUV | 119.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 51 | 0.05 | 0 | 0.61 | 0.49 | 64.56 | 0.44 | 0.35 |
| Hex | 7C | 82 | 33 | 5 | 0 | 3D | 31 | 41 | 2C | 23 |
| Octal | 174 | 202 | 63 | 5 | 0 | 75 | 61 | 101 | 54 | 43 |
| Binary | 1111100 | 10000010 | 110011 | 101 | 0 | 111101 | 110001 | 1000001 | 101100 | 100011 |
Color Harmonies of #7C8233
Complementary color
Monochromatic Colors of #7C8233
Black with #7C8233
Text Example
Text Example
White with #7C8233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8233; }
p { color: rgb(124,130,51); }
H1.HeaderClassName
{
color: #7C8233;
}
.AnyTagClassName
{
color: #7C8233;
}
</style>
background-color css
<style>
a { background-color: #7C8233; }
a { background-color: rgb(124,130,51); }
div.DivClassName
{
background-color: #7C8233;
}
.BgClassName
{
background-color: #7C8233;
}
</style>
border-color css
<style>
span { border-color: #7C8233; }
span { border-color: rgb(124,130,51); }
td.TdClassName
{
border-color: #7C8233;
}
.TagClassName
{
border-color: #7C8233;
}
</style>