Shades of Asparagus #75A644
Tints of Asparagus #75A644
RGB
CMYK
RGB Variations
Color information
#75A644 (or 0x75A644) is known color: Asparagus. HEX triplet: 75, A6 and 44. RGB value is (117,166,68). Sum of RGB (Red+Green+Blue) = 117+166+68=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 166 - color contains mainly: green. Hex color #75A644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A644 is #8A59BB. Grayscale: #8C8C8C. Windows color (decimal): -9066940 or 4499061. OLE color: 4499061.
HSL color Cylindrical-coordinate representation of color #75A644: hue angle of 90º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75A644 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 68 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.35 |
| HSL | 90º | 0.42% | 0.46% | - |
| HSV(B) | 90º | 0.59% | 0.65% | - |
| XYZ | 22.02 | 31.47 | 10.38 | - |
| YUV | 140.18 | 87.27 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 68 | 0.30 | 0 | 0.59 | 0.35 | 90 | 0.42 | 0.46 |
| Hex | 75 | A6 | 44 | 1E | 0 | 3B | 23 | 5A | 2A | 2E |
| Octal | 165 | 246 | 104 | 36 | 0 | 73 | 43 | 132 | 52 | 56 |
| Binary | 1110101 | 10100110 | 1000100 | 11110 | 0 | 111011 | 100011 | 1011010 | 101010 | 101110 |
Color Harmonies of #75A644
Complementary color
Monochromatic Colors of #75A644
Black with #75A644
Text Example
Text Example
White with #75A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A644; }
p { color: rgb(117,166,68); }
H1.HeaderClassName
{
color: #75A644;
}
.AnyTagClassName
{
color: #75A644;
}
</style>
background-color css
<style>
a { background-color: #75A644; }
a { background-color: rgb(117,166,68); }
div.DivClassName
{
background-color: #75A644;
}
.BgClassName
{
background-color: #75A644;
}
</style>
border-color css
<style>
span { border-color: #75A644; }
span { border-color: rgb(117,166,68); }
td.TdClassName
{
border-color: #75A644;
}
.TagClassName
{
border-color: #75A644;
}
</style>