Shades of Trendy Green #7A8527
Tints of Trendy Green #7A8527
RGB
CMYK
RGB Variations
Color information
#7A8527 (or 0x7A8527) is known color: Trendy Green. HEX triplet: 7A, 85 and 27. RGB value is (122,133,39). Sum of RGB (Red+Green+Blue) = 122+133+39=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8527 is #857AD8. Grayscale: #777777. Windows color (decimal): -8747737 or 2590074. OLE color: 2590074.
HSL color Cylindrical-coordinate representation of color #7A8527: hue angle of 67.02º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A8527 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 39 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.48 |
| HSL | 67.02º | 0.55% | 0.34% | - |
| HSV(B) | 67.02º | 0.71% | 0.52% | - |
| XYZ | 16.78 | 21.06 | 5.1 | - |
| YUV | 119 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 39 | 0.08 | 0 | 0.71 | 0.48 | 67.02 | 0.55 | 0.34 |
| Hex | 7A | 85 | 27 | 8 | 0 | 47 | 30 | 43 | 37 | 22 |
| Octal | 172 | 205 | 47 | 10 | 0 | 107 | 60 | 103 | 67 | 42 |
| Binary | 1111010 | 10000101 | 100111 | 1000 | 0 | 1000111 | 110000 | 1000011 | 110111 | 100010 |
Color Harmonies of #7A8527
Complementary color
Monochromatic Colors of #7A8527
Black with #7A8527
Text Example
Text Example
White with #7A8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8527; }
p { color: rgb(122,133,39); }
H1.HeaderClassName
{
color: #7A8527;
}
.AnyTagClassName
{
color: #7A8527;
}
</style>
background-color css
<style>
a { background-color: #7A8527; }
a { background-color: rgb(122,133,39); }
div.DivClassName
{
background-color: #7A8527;
}
.BgClassName
{
background-color: #7A8527;
}
</style>
border-color css
<style>
span { border-color: #7A8527; }
span { border-color: rgb(122,133,39); }
td.TdClassName
{
border-color: #7A8527;
}
.TagClassName
{
border-color: #7A8527;
}
</style>