Shades of Trendy Green #7F832A
Tints of Trendy Green #7F832A
RGB
CMYK
RGB Variations
Color information
#7F832A (or 0x7F832A) is known color: Trendy Green. HEX triplet: 7F, 83 and 2A. RGB value is (127,131,42). Sum of RGB (Red+Green+Blue) = 127+131+42=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 131 (51.56% from 255 or 43.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 131 - color contains mainly: green. Hex color #7F832A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F832A is #807CD5. Grayscale: #787878. Windows color (decimal): -8420566 or 2786175. OLE color: 2786175.
HSL color Cylindrical-coordinate representation of color #7F832A: hue angle of 62.7º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F832A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 131 | 42 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.49 |
| HSL | 62.7º | 0.51% | 0.34% | - |
| HSV(B) | 62.7º | 0.68% | 0.51% | - |
| XYZ | 17.29 | 20.91 | 5.32 | - |
| YUV | 119.66 | 84.17 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 42 | 0.03 | 0 | 0.68 | 0.49 | 62.7 | 0.51 | 0.34 |
| Hex | 7F | 83 | 2A | 3 | 0 | 44 | 31 | 3F | 33 | 22 |
| Octal | 177 | 203 | 52 | 3 | 0 | 104 | 61 | 77 | 63 | 42 |
| Binary | 1111111 | 10000011 | 101010 | 11 | 0 | 1000100 | 110001 | 111111 | 110011 | 100010 |
Color Harmonies of #7F832A
Complementary color
Monochromatic Colors of #7F832A
Black with #7F832A
Text Example
Text Example
White with #7F832A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F832A; }
p { color: rgb(127,131,42); }
H1.HeaderClassName
{
color: #7F832A;
}
.AnyTagClassName
{
color: #7F832A;
}
</style>
background-color css
<style>
a { background-color: #7F832A; }
a { background-color: rgb(127,131,42); }
div.DivClassName
{
background-color: #7F832A;
}
.BgClassName
{
background-color: #7F832A;
}
</style>
border-color css
<style>
span { border-color: #7F832A; }
span { border-color: rgb(127,131,42); }
td.TdClassName
{
border-color: #7F832A;
}
.TagClassName
{
border-color: #7F832A;
}
</style>