Shades of Trendy Green #7F822A
Tints of Trendy Green #7F822A
RGB
CMYK
RGB Variations
Color information
#7F822A (or 0x7F822A) is known color: Trendy Green. HEX triplet: 7F, 82 and 2A. RGB value is (127,130,42). Sum of RGB (Red+Green+Blue) = 127+130+42=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #7F822A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F822A is #807DD5. Grayscale: #777777. Windows color (decimal): -8420822 or 2785919. OLE color: 2785919.
HSL color Cylindrical-coordinate representation of color #7F822A: hue angle of 62.05º 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 #7F822A is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 42 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.49 |
| HSL | 62.05º | 0.51% | 0.34% | - |
| HSV(B) | 62.05º | 0.68% | 0.51% | - |
| XYZ | 17.15 | 20.64 | 5.27 | - |
| YUV | 119.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 42 | 0.02 | 0 | 0.68 | 0.49 | 62.05 | 0.51 | 0.34 |
| Hex | 7F | 82 | 2A | 2 | 0 | 44 | 31 | 3E | 33 | 22 |
| Octal | 177 | 202 | 52 | 2 | 0 | 104 | 61 | 76 | 63 | 42 |
| Binary | 1111111 | 10000010 | 101010 | 10 | 0 | 1000100 | 110001 | 111110 | 110011 | 100010 |
Color Harmonies of #7F822A
Complementary color
Monochromatic Colors of #7F822A
Black with #7F822A
Text Example
Text Example
White with #7F822A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F822A; }
p { color: rgb(127,130,42); }
H1.HeaderClassName
{
color: #7F822A;
}
.AnyTagClassName
{
color: #7F822A;
}
</style>
background-color css
<style>
a { background-color: #7F822A; }
a { background-color: rgb(127,130,42); }
div.DivClassName
{
background-color: #7F822A;
}
.BgClassName
{
background-color: #7F822A;
}
</style>
border-color css
<style>
span { border-color: #7F822A; }
span { border-color: rgb(127,130,42); }
td.TdClassName
{
border-color: #7F822A;
}
.TagClassName
{
border-color: #7F822A;
}
</style>