Shades of Asparagus #77AF5B
Tints of Asparagus #77AF5B
RGB
CMYK
RGB Variations
Color information
#77AF5B (or 0x77AF5B) is known color: Asparagus. HEX triplet: 77, AF and 5B. RGB value is (119,175,91). Sum of RGB (Red+Green+Blue) = 119+175+91=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77AF5B is #8850A4. Grayscale: #949494. Windows color (decimal): -8933541 or 6008695. OLE color: 6008695.
HSL color Cylindrical-coordinate representation of color #77AF5B: hue angle of 100º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77AF5B is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 91 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.31 |
| HSL | 100º | 0.34% | 0.52% | - |
| HSV(B) | 100º | 0.48% | 0.69% | - |
| XYZ | 24.83 | 35.34 | 15.41 | - |
| YUV | 148.68 | 95.45 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 91 | 0.32 | 0 | 0.48 | 0.31 | 100 | 0.34 | 0.52 |
| Hex | 77 | AF | 5B | 20 | 0 | 30 | 1F | 64 | 22 | 34 |
| Octal | 167 | 257 | 133 | 40 | 0 | 60 | 37 | 144 | 42 | 64 |
| Binary | 1110111 | 10101111 | 1011011 | 100000 | 0 | 110000 | 11111 | 1100100 | 100010 | 110100 |
Color Harmonies of #77AF5B
Complementary color
Monochromatic Colors of #77AF5B
Black with #77AF5B
Text Example
Text Example
White with #77AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF5B; }
p { color: rgb(119,175,91); }
H1.HeaderClassName
{
color: #77AF5B;
}
.AnyTagClassName
{
color: #77AF5B;
}
</style>
background-color css
<style>
a { background-color: #77AF5B; }
a { background-color: rgb(119,175,91); }
div.DivClassName
{
background-color: #77AF5B;
}
.BgClassName
{
background-color: #77AF5B;
}
</style>
border-color css
<style>
span { border-color: #77AF5B; }
span { border-color: rgb(119,175,91); }
td.TdClassName
{
border-color: #77AF5B;
}
.TagClassName
{
border-color: #77AF5B;
}
</style>