Shades of Trendy Green #7F852A
Tints of Trendy Green #7F852A
RGB
CMYK
RGB Variations
Color information
#7F852A (or 0x7F852A) is known color: Trendy Green. HEX triplet: 7F, 85 and 2A. RGB value is (127,133,42). Sum of RGB (Red+Green+Blue) = 127+133+42=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #7F852A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F852A is #807AD5. Grayscale: #797979. Windows color (decimal): -8420054 or 2786687. OLE color: 2786687.
HSL color Cylindrical-coordinate representation of color #7F852A: hue angle of 63.96º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F852A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 42 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.48 |
| HSL | 63.96º | 0.52% | 0.34% | - |
| HSV(B) | 63.96º | 0.68% | 0.52% | - |
| XYZ | 17.56 | 21.45 | 5.41 | - |
| YUV | 120.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 42 | 0.05 | 0 | 0.68 | 0.48 | 63.96 | 0.52 | 0.34 |
| Hex | 7F | 85 | 2A | 5 | 0 | 44 | 30 | 40 | 34 | 22 |
| Octal | 177 | 205 | 52 | 5 | 0 | 104 | 60 | 100 | 64 | 42 |
| Binary | 1111111 | 10000101 | 101010 | 101 | 0 | 1000100 | 110000 | 1000000 | 110100 | 100010 |
Color Harmonies of #7F852A
Complementary color
Monochromatic Colors of #7F852A
Black with #7F852A
Text Example
Text Example
White with #7F852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F852A; }
p { color: rgb(127,133,42); }
H1.HeaderClassName
{
color: #7F852A;
}
.AnyTagClassName
{
color: #7F852A;
}
</style>
background-color css
<style>
a { background-color: #7F852A; }
a { background-color: rgb(127,133,42); }
div.DivClassName
{
background-color: #7F852A;
}
.BgClassName
{
background-color: #7F852A;
}
</style>
border-color css
<style>
span { border-color: #7F852A; }
span { border-color: rgb(127,133,42); }
td.TdClassName
{
border-color: #7F852A;
}
.TagClassName
{
border-color: #7F852A;
}
</style>