Shades of Trendy Green #7A8323
Tints of Trendy Green #7A8323
RGB
CMYK
RGB Variations
Color information
#7A8323 (or 0x7A8323) is known color: Trendy Green. HEX triplet: 7A, 83 and 23. RGB value is (122,131,35). Sum of RGB (Red+Green+Blue) = 122+131+35=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #7A8323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8323 is #857CDC. Grayscale: #757575. Windows color (decimal): -8748253 or 2327418. OLE color: 2327418.
HSL color Cylindrical-coordinate representation of color #7A8323: hue angle of 65.62º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A8323 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 131 | 35 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.49 |
| HSL | 65.63º | 0.58% | 0.33% | - |
| HSV(B) | 65.63º | 0.73% | 0.51% | - |
| XYZ | 16.45 | 20.49 | 4.68 | - |
| YUV | 117.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 35 | 0.07 | 0 | 0.73 | 0.49 | 65.63 | 0.58 | 0.33 |
| Hex | 7A | 83 | 23 | 7 | 0 | 49 | 31 | 42 | 3A | 21 |
| Octal | 172 | 203 | 43 | 7 | 0 | 111 | 61 | 102 | 72 | 41 |
| Binary | 1111010 | 10000011 | 100011 | 111 | 0 | 1001001 | 110001 | 1000010 | 111010 | 100001 |
Color Harmonies of #7A8323
Complementary color
Monochromatic Colors of #7A8323
Black with #7A8323
Text Example
Text Example
White with #7A8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8323; }
p { color: rgb(122,131,35); }
H1.HeaderClassName
{
color: #7A8323;
}
.AnyTagClassName
{
color: #7A8323;
}
</style>
background-color css
<style>
a { background-color: #7A8323; }
a { background-color: rgb(122,131,35); }
div.DivClassName
{
background-color: #7A8323;
}
.BgClassName
{
background-color: #7A8323;
}
</style>
border-color css
<style>
span { border-color: #7A8323; }
span { border-color: rgb(122,131,35); }
td.TdClassName
{
border-color: #7A8323;
}
.TagClassName
{
border-color: #7A8323;
}
</style>