Shades of Trendy Green #7D8532
Tints of Trendy Green #7D8532
RGB
CMYK
RGB Variations
Color information
#7D8532 (or 0x7D8532) is known color: Trendy Green. HEX triplet: 7D, 85 and 32. RGB value is (125,133,50). Sum of RGB (Red+Green+Blue) = 125+133+50=308 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.58% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8532 is #827ACD. Grayscale: #797979. Windows color (decimal): -8551118 or 3310973. OLE color: 3310973.
HSL color Cylindrical-coordinate representation of color #7D8532: hue angle of 65.78º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D8532 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 133 | 50 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.48 |
| HSL | 65.78º | 0.45% | 0.36% | - |
| HSV(B) | 65.78º | 0.62% | 0.52% | - |
| XYZ | 17.42 | 21.37 | 6.22 | - |
| YUV | 121.15 | 87.85 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 50 | 0.06 | 0 | 0.62 | 0.48 | 65.78 | 0.45 | 0.36 |
| Hex | 7D | 85 | 32 | 6 | 0 | 3E | 30 | 42 | 2D | 24 |
| Octal | 175 | 205 | 62 | 6 | 0 | 76 | 60 | 102 | 55 | 44 |
| Binary | 1111101 | 10000101 | 110010 | 110 | 0 | 111110 | 110000 | 1000010 | 101101 | 100100 |
Color Harmonies of #7D8532
Complementary color
Monochromatic Colors of #7D8532
Black with #7D8532
Text Example
Text Example
White with #7D8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8532; }
p { color: rgb(125,133,50); }
H1.HeaderClassName
{
color: #7D8532;
}
.AnyTagClassName
{
color: #7D8532;
}
</style>
background-color css
<style>
a { background-color: #7D8532; }
a { background-color: rgb(125,133,50); }
div.DivClassName
{
background-color: #7D8532;
}
.BgClassName
{
background-color: #7D8532;
}
</style>
border-color css
<style>
span { border-color: #7D8532; }
span { border-color: rgb(125,133,50); }
td.TdClassName
{
border-color: #7D8532;
}
.TagClassName
{
border-color: #7D8532;
}
</style>