Shades of Trendy Green #7D8823
Tints of Trendy Green #7D8823
RGB
CMYK
RGB Variations
Color information
#7D8823 (or 0x7D8823) is known color: Trendy Green. HEX triplet: 7D, 88 and 23. RGB value is (125,136,35). Sum of RGB (Red+Green+Blue) = 125+136+35=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #7D8823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8823 is #8277DC. Grayscale: #797979. Windows color (decimal): -8550365 or 2328701. OLE color: 2328701.
HSL color Cylindrical-coordinate representation of color #7D8823: hue angle of 66.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D8823 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 136 | 35 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.47 |
| HSL | 66.53º | 0.59% | 0.34% | - |
| HSV(B) | 66.53º | 0.74% | 0.53% | - |
| XYZ | 17.56 | 22.09 | 4.93 | - |
| YUV | 121.2 | 79.36 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 136 | 35 | 0.08 | 0 | 0.74 | 0.47 | 66.53 | 0.59 | 0.34 |
| Hex | 7D | 88 | 23 | 8 | 0 | 4A | 2F | 43 | 3B | 22 |
| Octal | 175 | 210 | 43 | 10 | 0 | 112 | 57 | 103 | 73 | 42 |
| Binary | 1111101 | 10001000 | 100011 | 1000 | 0 | 1001010 | 101111 | 1000011 | 111011 | 100010 |
Color Harmonies of #7D8823
Complementary color
Monochromatic Colors of #7D8823
Black with #7D8823
Text Example
Text Example
White with #7D8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8823; }
p { color: rgb(125,136,35); }
H1.HeaderClassName
{
color: #7D8823;
}
.AnyTagClassName
{
color: #7D8823;
}
</style>
background-color css
<style>
a { background-color: #7D8823; }
a { background-color: rgb(125,136,35); }
div.DivClassName
{
background-color: #7D8823;
}
.BgClassName
{
background-color: #7D8823;
}
</style>
border-color css
<style>
span { border-color: #7D8823; }
span { border-color: rgb(125,136,35); }
td.TdClassName
{
border-color: #7D8823;
}
.TagClassName
{
border-color: #7D8823;
}
</style>