Shades of Asparagus #74A645
Tints of Asparagus #74A645
RGB
CMYK
RGB Variations
Color information
#74A645 (or 0x74A645) is known color: Asparagus. HEX triplet: 74, A6 and 45. RGB value is (116,166,69). Sum of RGB (Red+Green+Blue) = 116+166+69=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #74A645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A645 is #8B59BA. Grayscale: #8C8C8C. Windows color (decimal): -9132475 or 4564596. OLE color: 4564596.
HSL color Cylindrical-coordinate representation of color #74A645: hue angle of 90.93º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74A645 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 166 | 69 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.35 |
| HSL | 90.93º | 0.41% | 0.46% | - |
| HSV(B) | 90.93º | 0.58% | 0.65% | - |
| XYZ | 21.91 | 31.42 | 10.54 | - |
| YUV | 139.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 166 | 69 | 0.30 | 0 | 0.58 | 0.35 | 90.93 | 0.41 | 0.46 |
| Hex | 74 | A6 | 45 | 1E | 0 | 3A | 23 | 5B | 29 | 2E |
| Octal | 164 | 246 | 105 | 36 | 0 | 72 | 43 | 133 | 51 | 56 |
| Binary | 1110100 | 10100110 | 1000101 | 11110 | 0 | 111010 | 100011 | 1011011 | 101001 | 101110 |
Color Harmonies of #74A645
Complementary color
Monochromatic Colors of #74A645
Black with #74A645
Text Example
Text Example
White with #74A645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A645; }
p { color: rgb(116,166,69); }
H1.HeaderClassName
{
color: #74A645;
}
.AnyTagClassName
{
color: #74A645;
}
</style>
background-color css
<style>
a { background-color: #74A645; }
a { background-color: rgb(116,166,69); }
div.DivClassName
{
background-color: #74A645;
}
.BgClassName
{
background-color: #74A645;
}
</style>
border-color css
<style>
span { border-color: #74A645; }
span { border-color: rgb(116,166,69); }
td.TdClassName
{
border-color: #74A645;
}
.TagClassName
{
border-color: #74A645;
}
</style>