Shades of Asparagus #75A961
Tints of Asparagus #75A961
RGB
CMYK
RGB Variations
Color information
#75A961 (or 0x75A961) is known color: Asparagus. HEX triplet: 75, A9 and 61. RGB value is (117,169,97). Sum of RGB (Red+Green+Blue) = 117+169+97=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #75A961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A961 is #8A569E. Grayscale: #919191. Windows color (decimal): -9066143 or 6400373. OLE color: 6400373.
HSL color Cylindrical-coordinate representation of color #75A961: hue angle of 103.33º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75A961 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 97 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.34 |
| HSL | 103.33º | 0.3% | 0.52% | - |
| HSV(B) | 103.33º | 0.43% | 0.66% | - |
| XYZ | 23.68 | 33.02 | 16.43 | - |
| YUV | 145.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 97 | 0.31 | 0 | 0.43 | 0.34 | 103.33 | 0.3 | 0.52 |
| Hex | 75 | A9 | 61 | 1F | 0 | 2B | 22 | 67 | 1E | 34 |
| Octal | 165 | 251 | 141 | 37 | 0 | 53 | 42 | 147 | 36 | 64 |
| Binary | 1110101 | 10101001 | 1100001 | 11111 | 0 | 101011 | 100010 | 1100111 | 11110 | 110100 |
Color Harmonies of #75A961
Complementary color
Monochromatic Colors of #75A961
Black with #75A961
Text Example
Text Example
White with #75A961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A961; }
p { color: rgb(117,169,97); }
H1.HeaderClassName
{
color: #75A961;
}
.AnyTagClassName
{
color: #75A961;
}
</style>
background-color css
<style>
a { background-color: #75A961; }
a { background-color: rgb(117,169,97); }
div.DivClassName
{
background-color: #75A961;
}
.BgClassName
{
background-color: #75A961;
}
</style>
border-color css
<style>
span { border-color: #75A961; }
span { border-color: rgb(117,169,97); }
td.TdClassName
{
border-color: #75A961;
}
.TagClassName
{
border-color: #75A961;
}
</style>