Shades of Asparagus #74A643
Tints of Asparagus #74A643
RGB
CMYK
RGB Variations
Color information
#74A643 (or 0x74A643) is known color: Asparagus. HEX triplet: 74, A6 and 43. RGB value is (116,166,67). Sum of RGB (Red+Green+Blue) = 116+166+67=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #74A643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A643 is #8B59BC. Grayscale: #8C8C8C. Windows color (decimal): -9132477 or 4433524. OLE color: 4433524.
HSL color Cylindrical-coordinate representation of color #74A643: hue angle of 90.3º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74A643 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 67 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.35 |
| HSL | 90.3º | 0.42% | 0.46% | - |
| HSV(B) | 90.3º | 0.6% | 0.65% | - |
| XYZ | 21.85 | 31.39 | 10.22 | - |
| YUV | 139.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 67 | 0.30 | 0 | 0.60 | 0.35 | 90.3 | 0.42 | 0.46 |
| Hex | 74 | A6 | 43 | 1E | 0 | 3C | 23 | 5A | 2A | 2E |
| Octal | 164 | 246 | 103 | 36 | 0 | 74 | 43 | 132 | 52 | 56 |
| Binary | 1110100 | 10100110 | 1000011 | 11110 | 0 | 111100 | 100011 | 1011010 | 101010 | 101110 |
Color Harmonies of #74A643
Complementary color
Monochromatic Colors of #74A643
Black with #74A643
Text Example
Text Example
White with #74A643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A643; }
p { color: rgb(116,166,67); }
H1.HeaderClassName
{
color: #74A643;
}
.AnyTagClassName
{
color: #74A643;
}
</style>
background-color css
<style>
a { background-color: #74A643; }
a { background-color: rgb(116,166,67); }
div.DivClassName
{
background-color: #74A643;
}
.BgClassName
{
background-color: #74A643;
}
</style>
border-color css
<style>
span { border-color: #74A643; }
span { border-color: rgb(116,166,67); }
td.TdClassName
{
border-color: #74A643;
}
.TagClassName
{
border-color: #74A643;
}
</style>