Shades of Asparagus #74AF56
Tints of Asparagus #74AF56
RGB
CMYK
RGB Variations
Color information
#74AF56 (or 0x74AF56) is known color: Asparagus. HEX triplet: 74, AF and 56. RGB value is (116,175,86). Sum of RGB (Red+Green+Blue) = 116+175+86=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF56 is #8B50A9. Grayscale: #939393. Windows color (decimal): -9130154 or 5681012. OLE color: 5681012.
HSL color Cylindrical-coordinate representation of color #74AF56: hue angle of 99.78º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74AF56 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 86 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.31 |
| HSL | 99.78º | 0.36% | 0.51% | - |
| HSV(B) | 99.78º | 0.51% | 0.69% | - |
| XYZ | 24.21 | 35.04 | 14.29 | - |
| YUV | 147.21 | 93.45 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 86 | 0.34 | 0 | 0.51 | 0.31 | 99.78 | 0.36 | 0.51 |
| Hex | 74 | AF | 56 | 22 | 0 | 33 | 1F | 64 | 24 | 33 |
| Octal | 164 | 257 | 126 | 42 | 0 | 63 | 37 | 144 | 44 | 63 |
| Binary | 1110100 | 10101111 | 1010110 | 100010 | 0 | 110011 | 11111 | 1100100 | 100100 | 110011 |
Color Harmonies of #74AF56
Complementary color
Monochromatic Colors of #74AF56
Black with #74AF56
Text Example
Text Example
White with #74AF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF56; }
p { color: rgb(116,175,86); }
H1.HeaderClassName
{
color: #74AF56;
}
.AnyTagClassName
{
color: #74AF56;
}
</style>
background-color css
<style>
a { background-color: #74AF56; }
a { background-color: rgb(116,175,86); }
div.DivClassName
{
background-color: #74AF56;
}
.BgClassName
{
background-color: #74AF56;
}
</style>
border-color css
<style>
span { border-color: #74AF56; }
span { border-color: rgb(116,175,86); }
td.TdClassName
{
border-color: #74AF56;
}
.TagClassName
{
border-color: #74AF56;
}
</style>