Shades of Asparagus #74A24F
Tints of Asparagus #74A24F
RGB
CMYK
RGB Variations
Color information
#74A24F (or 0x74A24F) is known color: Asparagus. HEX triplet: 74, A2 and 4F. RGB value is (116,162,79). Sum of RGB (Red+Green+Blue) = 116+162+79=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #74A24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A24F is #8B5DB0. Grayscale: #8B8B8B. Windows color (decimal): -9133489 or 5218932. OLE color: 5218932.
HSL color Cylindrical-coordinate representation of color #74A24F: hue angle of 93.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74A24F is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 162 | 79 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.36 |
| HSL | 93.25º | 0.34% | 0.47% | - |
| HSV(B) | 93.25º | 0.51% | 0.64% | - |
| XYZ | 21.53 | 30.12 | 12.08 | - |
| YUV | 138.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 79 | 0.28 | 0 | 0.51 | 0.36 | 93.25 | 0.34 | 0.47 |
| Hex | 74 | A2 | 4F | 1C | 0 | 33 | 24 | 5D | 22 | 2F |
| Octal | 164 | 242 | 117 | 34 | 0 | 63 | 44 | 135 | 42 | 57 |
| Binary | 1110100 | 10100010 | 1001111 | 11100 | 0 | 110011 | 100100 | 1011101 | 100010 | 101111 |
Color Harmonies of #74A24F
Complementary color
Monochromatic Colors of #74A24F
Black with #74A24F
Text Example
Text Example
White with #74A24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A24F; }
p { color: rgb(116,162,79); }
H1.HeaderClassName
{
color: #74A24F;
}
.AnyTagClassName
{
color: #74A24F;
}
</style>
background-color css
<style>
a { background-color: #74A24F; }
a { background-color: rgb(116,162,79); }
div.DivClassName
{
background-color: #74A24F;
}
.BgClassName
{
background-color: #74A24F;
}
</style>
border-color css
<style>
span { border-color: #74A24F; }
span { border-color: rgb(116,162,79); }
td.TdClassName
{
border-color: #74A24F;
}
.TagClassName
{
border-color: #74A24F;
}
</style>