Shades of Trendy Green #7F7D2B
Tints of Trendy Green #7F7D2B
RGB
CMYK
RGB Variations
Color information
#7F7D2B (or 0x7F7D2B) is known color: Trendy Green. HEX triplet: 7F, 7D and 2B. RGB value is (127,125,43). Sum of RGB (Red+Green+Blue) = 127+125+43=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 125 (49.22% from 255 or 42.37% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7D2B is #8082D4. Grayscale: #747474. Windows color (decimal): -8422101 or 2850175. OLE color: 2850175.
HSL color Cylindrical-coordinate representation of color #7F7D2B: hue angle of 58.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F7D2B is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 125 | 43 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.50 |
| HSL | 58.57º | 0.49% | 0.33% | - |
| HSV(B) | 58.57º | 0.66% | 0.5% | - |
| XYZ | 16.52 | 19.35 | 5.15 | - |
| YUV | 116.25 | 86.66 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 125 | 43 | 0 | 0.02 | 0.66 | 0.50 | 58.57 | 0.49 | 0.33 |
| Hex | 7F | 7D | 2B | 0 | 2 | 42 | 32 | 3B | 31 | 21 |
| Octal | 177 | 175 | 53 | 0 | 2 | 102 | 62 | 73 | 61 | 41 |
| Binary | 1111111 | 1111101 | 101011 | 0 | 10 | 1000010 | 110010 | 111011 | 110001 | 100001 |
Color Harmonies of #7F7D2B
Complementary color
Monochromatic Colors of #7F7D2B
Black with #7F7D2B
Text Example
Text Example
White with #7F7D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7D2B; }
p { color: rgb(127,125,43); }
H1.HeaderClassName
{
color: #7F7D2B;
}
.AnyTagClassName
{
color: #7F7D2B;
}
</style>
background-color css
<style>
a { background-color: #7F7D2B; }
a { background-color: rgb(127,125,43); }
div.DivClassName
{
background-color: #7F7D2B;
}
.BgClassName
{
background-color: #7F7D2B;
}
</style>
border-color css
<style>
span { border-color: #7F7D2B; }
span { border-color: rgb(127,125,43); }
td.TdClassName
{
border-color: #7F7D2B;
}
.TagClassName
{
border-color: #7F7D2B;
}
</style>