Shades of Trendy Green #7A831F
Tints of Trendy Green #7A831F
RGB
CMYK
RGB Variations
Color information
#7A831F (or 0x7A831F) is known color: Trendy Green. HEX triplet: 7A, 83 and 1F. RGB value is (122,131,31). Sum of RGB (Red+Green+Blue) = 122+131+31=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #7A831F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A831F is #857CE0. Grayscale: #757575. Windows color (decimal): -8748257 or 2065274. OLE color: 2065274.
HSL color Cylindrical-coordinate representation of color #7A831F: hue angle of 65.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A831F is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 31 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.49 |
| HSL | 65.4º | 0.62% | 0.32% | - |
| HSV(B) | 65.4º | 0.76% | 0.51% | - |
| XYZ | 16.39 | 20.47 | 4.38 | - |
| YUV | 116.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 31 | 0.07 | 0 | 0.76 | 0.49 | 65.4 | 0.62 | 0.32 |
| Hex | 7A | 83 | 1F | 7 | 0 | 4C | 31 | 41 | 3E | 20 |
| Octal | 172 | 203 | 37 | 7 | 0 | 114 | 61 | 101 | 76 | 40 |
| Binary | 1111010 | 10000011 | 11111 | 111 | 0 | 1001100 | 110001 | 1000001 | 111110 | 100000 |
Color Harmonies of #7A831F
Complementary color
Monochromatic Colors of #7A831F
Black with #7A831F
Text Example
Text Example
White with #7A831F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A831F; }
p { color: rgb(122,131,31); }
H1.HeaderClassName
{
color: #7A831F;
}
.AnyTagClassName
{
color: #7A831F;
}
</style>
background-color css
<style>
a { background-color: #7A831F; }
a { background-color: rgb(122,131,31); }
div.DivClassName
{
background-color: #7A831F;
}
.BgClassName
{
background-color: #7A831F;
}
</style>
border-color css
<style>
span { border-color: #7A831F; }
span { border-color: rgb(122,131,31); }
td.TdClassName
{
border-color: #7A831F;
}
.TagClassName
{
border-color: #7A831F;
}
</style>