Shades of Trendy Green #7D882B
Tints of Trendy Green #7D882B
RGB
CMYK
RGB Variations
Color information
#7D882B (or 0x7D882B) is known color: Trendy Green. HEX triplet: 7D, 88 and 2B. RGB value is (125,136,43). Sum of RGB (Red+Green+Blue) = 125+136+43=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #7D882B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D882B is #8277D4. Grayscale: #7A7A7A. Windows color (decimal): -8550357 or 2852989. OLE color: 2852989.
HSL color Cylindrical-coordinate representation of color #7D882B: hue angle of 67.1º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D882B is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 43 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.47 |
| HSL | 67.1º | 0.52% | 0.35% | - |
| HSV(B) | 67.1º | 0.68% | 0.53% | - |
| XYZ | 17.7 | 22.14 | 5.63 | - |
| YUV | 122.11 | 83.36 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 43 | 0.08 | 0 | 0.68 | 0.47 | 67.1 | 0.52 | 0.35 |
| Hex | 7D | 88 | 2B | 8 | 0 | 44 | 2F | 43 | 34 | 23 |
| Octal | 175 | 210 | 53 | 10 | 0 | 104 | 57 | 103 | 64 | 43 |
| Binary | 1111101 | 10001000 | 101011 | 1000 | 0 | 1000100 | 101111 | 1000011 | 110100 | 100011 |
Color Harmonies of #7D882B
Complementary color
Monochromatic Colors of #7D882B
Black with #7D882B
Text Example
Text Example
White with #7D882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D882B; }
p { color: rgb(125,136,43); }
H1.HeaderClassName
{
color: #7D882B;
}
.AnyTagClassName
{
color: #7D882B;
}
</style>
background-color css
<style>
a { background-color: #7D882B; }
a { background-color: rgb(125,136,43); }
div.DivClassName
{
background-color: #7D882B;
}
.BgClassName
{
background-color: #7D882B;
}
</style>
border-color css
<style>
span { border-color: #7D882B; }
span { border-color: rgb(125,136,43); }
td.TdClassName
{
border-color: #7D882B;
}
.TagClassName
{
border-color: #7D882B;
}
</style>