Shades of Asparagus #75A95B
Tints of Asparagus #75A95B
RGB
CMYK
RGB Variations
Color information
#75A95B (or 0x75A95B) is known color: Asparagus. HEX triplet: 75, A9 and 5B. RGB value is (117,169,91). Sum of RGB (Red+Green+Blue) = 117+169+91=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 169 - color contains mainly: green. Hex color #75A95B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A95B is #8A56A4. Grayscale: #909090. Windows color (decimal): -9066149 or 6007157. OLE color: 6007157.
HSL color Cylindrical-coordinate representation of color #75A95B: hue angle of 100º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75A95B is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 91 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.34 |
| HSL | 100º | 0.31% | 0.51% | - |
| HSV(B) | 100º | 0.46% | 0.66% | - |
| XYZ | 23.41 | 32.91 | 15.02 | - |
| YUV | 144.56 | 97.77 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 91 | 0.31 | 0 | 0.46 | 0.34 | 100 | 0.31 | 0.51 |
| Hex | 75 | A9 | 5B | 1F | 0 | 2E | 22 | 64 | 1F | 33 |
| Octal | 165 | 251 | 133 | 37 | 0 | 56 | 42 | 144 | 37 | 63 |
| Binary | 1110101 | 10101001 | 1011011 | 11111 | 0 | 101110 | 100010 | 1100100 | 11111 | 110011 |
Color Harmonies of #75A95B
Complementary color
Monochromatic Colors of #75A95B
Black with #75A95B
Text Example
Text Example
White with #75A95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A95B; }
p { color: rgb(117,169,91); }
H1.HeaderClassName
{
color: #75A95B;
}
.AnyTagClassName
{
color: #75A95B;
}
</style>
background-color css
<style>
a { background-color: #75A95B; }
a { background-color: rgb(117,169,91); }
div.DivClassName
{
background-color: #75A95B;
}
.BgClassName
{
background-color: #75A95B;
}
</style>
border-color css
<style>
span { border-color: #75A95B; }
span { border-color: rgb(117,169,91); }
td.TdClassName
{
border-color: #75A95B;
}
.TagClassName
{
border-color: #75A95B;
}
</style>