Shades of Trendy Green #7D8630
Tints of Trendy Green #7D8630
RGB
CMYK
RGB Variations
Color information
#7D8630 (or 0x7D8630) is known color: Trendy Green. HEX triplet: 7D, 86 and 30. RGB value is (125,134,48). Sum of RGB (Red+Green+Blue) = 125+134+48=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D8630 is #8279CF. Grayscale: #797979. Windows color (decimal): -8550864 or 3180157. OLE color: 3180157.
HSL color Cylindrical-coordinate representation of color #7D8630: hue angle of 66.28º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D8630 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 48 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.47 |
| HSL | 66.28º | 0.47% | 0.36% | - |
| HSV(B) | 66.28º | 0.64% | 0.53% | - |
| XYZ | 17.52 | 21.62 | 6.05 | - |
| YUV | 121.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 48 | 0.07 | 0 | 0.64 | 0.47 | 66.28 | 0.47 | 0.36 |
| Hex | 7D | 86 | 30 | 7 | 0 | 40 | 2F | 42 | 2F | 24 |
| Octal | 175 | 206 | 60 | 7 | 0 | 100 | 57 | 102 | 57 | 44 |
| Binary | 1111101 | 10000110 | 110000 | 111 | 0 | 1000000 | 101111 | 1000010 | 101111 | 100100 |
Color Harmonies of #7D8630
Complementary color
Monochromatic Colors of #7D8630
Black with #7D8630
Text Example
Text Example
White with #7D8630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8630; }
p { color: rgb(125,134,48); }
H1.HeaderClassName
{
color: #7D8630;
}
.AnyTagClassName
{
color: #7D8630;
}
</style>
background-color css
<style>
a { background-color: #7D8630; }
a { background-color: rgb(125,134,48); }
div.DivClassName
{
background-color: #7D8630;
}
.BgClassName
{
background-color: #7D8630;
}
</style>
border-color css
<style>
span { border-color: #7D8630; }
span { border-color: rgb(125,134,48); }
td.TdClassName
{
border-color: #7D8630;
}
.TagClassName
{
border-color: #7D8630;
}
</style>