Shades of Asparagus #74AF5A
Tints of Asparagus #74AF5A
RGB
CMYK
RGB Variations
Color information
#74AF5A (or 0x74AF5A) is known color: Asparagus. HEX triplet: 74, AF and 5A. RGB value is (116,175,90). Sum of RGB (Red+Green+Blue) = 116+175+90=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF5A is #8B50A5. Grayscale: #939393. Windows color (decimal): -9130150 or 5943156. OLE color: 5943156.
HSL color Cylindrical-coordinate representation of color #74AF5A: hue angle of 101.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74AF5A is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 175 | 90 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.31 |
| HSL | 101.65º | 0.35% | 0.52% | - |
| HSV(B) | 101.65º | 0.49% | 0.69% | - |
| XYZ | 24.38 | 35.11 | 15.17 | - |
| YUV | 147.67 | 95.45 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 175 | 90 | 0.34 | 0 | 0.49 | 0.31 | 101.65 | 0.35 | 0.52 |
| Hex | 74 | AF | 5A | 22 | 0 | 31 | 1F | 66 | 23 | 34 |
| Octal | 164 | 257 | 132 | 42 | 0 | 61 | 37 | 146 | 43 | 64 |
| Binary | 1110100 | 10101111 | 1011010 | 100010 | 0 | 110001 | 11111 | 1100110 | 100011 | 110100 |
Color Harmonies of #74AF5A
Complementary color
Monochromatic Colors of #74AF5A
Black with #74AF5A
Text Example
Text Example
White with #74AF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AF5A; }
p { color: rgb(116,175,90); }
H1.HeaderClassName
{
color: #74AF5A;
}
.AnyTagClassName
{
color: #74AF5A;
}
</style>
background-color css
<style>
a { background-color: #74AF5A; }
a { background-color: rgb(116,175,90); }
div.DivClassName
{
background-color: #74AF5A;
}
.BgClassName
{
background-color: #74AF5A;
}
</style>
border-color css
<style>
span { border-color: #74AF5A; }
span { border-color: rgb(116,175,90); }
td.TdClassName
{
border-color: #74AF5A;
}
.TagClassName
{
border-color: #74AF5A;
}
</style>