Shades of Asparagus #7AAF4C
Tints of Asparagus #7AAF4C
RGB
CMYK
RGB Variations
Color information
#7AAF4C (or 0x7AAF4C) is known color: Asparagus. HEX triplet: 7A, AF and 4C. RGB value is (122,175,76). Sum of RGB (Red+Green+Blue) = 122+175+76=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF4C is #8550B3. Grayscale: #949494. Windows color (decimal): -8736948 or 5025658. OLE color: 5025658.
HSL color Cylindrical-coordinate representation of color #7AAF4C: hue angle of 92.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AAF4C is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 76 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.31 |
| HSL | 92.12º | 0.39% | 0.49% | - |
| HSV(B) | 92.12º | 0.57% | 0.69% | - |
| XYZ | 24.66 | 35.32 | 12.36 | - |
| YUV | 147.87 | 87.44 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 76 | 0.30 | 0 | 0.57 | 0.31 | 92.12 | 0.39 | 0.49 |
| Hex | 7A | AF | 4C | 1E | 0 | 39 | 1F | 5C | 27 | 31 |
| Octal | 172 | 257 | 114 | 36 | 0 | 71 | 37 | 134 | 47 | 61 |
| Binary | 1111010 | 10101111 | 1001100 | 11110 | 0 | 111001 | 11111 | 1011100 | 100111 | 110001 |
Color Harmonies of #7AAF4C
Complementary color
Monochromatic Colors of #7AAF4C
Black with #7AAF4C
Text Example
Text Example
White with #7AAF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF4C; }
p { color: rgb(122,175,76); }
H1.HeaderClassName
{
color: #7AAF4C;
}
.AnyTagClassName
{
color: #7AAF4C;
}
</style>
background-color css
<style>
a { background-color: #7AAF4C; }
a { background-color: rgb(122,175,76); }
div.DivClassName
{
background-color: #7AAF4C;
}
.BgClassName
{
background-color: #7AAF4C;
}
</style>
border-color css
<style>
span { border-color: #7AAF4C; }
span { border-color: rgb(122,175,76); }
td.TdClassName
{
border-color: #7AAF4C;
}
.TagClassName
{
border-color: #7AAF4C;
}
</style>