Shades of Asparagus #75A75A
Tints of Asparagus #75A75A
RGB
CMYK
RGB Variations
Color information
#75A75A (or 0x75A75A) is known color: Asparagus. HEX triplet: 75, A7 and 5A. RGB value is (117,167,90). Sum of RGB (Red+Green+Blue) = 117+167+90=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 167 - color contains mainly: green. Hex color #75A75A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A75A is #8A58A5. Grayscale: #8F8F8F. Windows color (decimal): -9066662 or 5941109. OLE color: 5941109.
HSL color Cylindrical-coordinate representation of color #75A75A: hue angle of 98.96º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A75A is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 167 | 90 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.35 |
| HSL | 98.96º | 0.3% | 0.5% | - |
| HSV(B) | 98.96º | 0.46% | 0.65% | - |
| XYZ | 23 | 32.16 | 14.67 | - |
| YUV | 143.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 167 | 90 | 0.30 | 0 | 0.46 | 0.35 | 98.96 | 0.3 | 0.5 |
| Hex | 75 | A7 | 5A | 1E | 0 | 2E | 23 | 63 | 1E | 32 |
| Octal | 165 | 247 | 132 | 36 | 0 | 56 | 43 | 143 | 36 | 62 |
| Binary | 1110101 | 10100111 | 1011010 | 11110 | 0 | 101110 | 100011 | 1100011 | 11110 | 110010 |
Color Harmonies of #75A75A
Complementary color
Monochromatic Colors of #75A75A
Black with #75A75A
Text Example
Text Example
White with #75A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A75A; }
p { color: rgb(117,167,90); }
H1.HeaderClassName
{
color: #75A75A;
}
.AnyTagClassName
{
color: #75A75A;
}
</style>
background-color css
<style>
a { background-color: #75A75A; }
a { background-color: rgb(117,167,90); }
div.DivClassName
{
background-color: #75A75A;
}
.BgClassName
{
background-color: #75A75A;
}
</style>
border-color css
<style>
span { border-color: #75A75A; }
span { border-color: rgb(117,167,90); }
td.TdClassName
{
border-color: #75A75A;
}
.TagClassName
{
border-color: #75A75A;
}
</style>