Shades of Asparagus #75A65F
Tints of Asparagus #75A65F
RGB
CMYK
RGB Variations
Color information
#75A65F (or 0x75A65F) is known color: Asparagus. HEX triplet: 75, A6 and 5F. RGB value is (117,166,95). Sum of RGB (Red+Green+Blue) = 117+166+95=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #75A65F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A65F is #8A59A0. Grayscale: #8F8F8F. Windows color (decimal): -9066913 or 6268533. OLE color: 6268533.
HSL color Cylindrical-coordinate representation of color #75A65F: hue angle of 101.41º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75A65F is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 166 | 95 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.35 |
| HSL | 101.41º | 0.29% | 0.51% | - |
| HSV(B) | 101.41º | 0.43% | 0.65% | - |
| XYZ | 23.04 | 31.88 | 15.77 | - |
| YUV | 143.26 | 100.77 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 166 | 95 | 0.30 | 0 | 0.43 | 0.35 | 101.41 | 0.29 | 0.51 |
| Hex | 75 | A6 | 5F | 1E | 0 | 2B | 23 | 65 | 1D | 33 |
| Octal | 165 | 246 | 137 | 36 | 0 | 53 | 43 | 145 | 35 | 63 |
| Binary | 1110101 | 10100110 | 1011111 | 11110 | 0 | 101011 | 100011 | 1100101 | 11101 | 110011 |
Color Harmonies of #75A65F
Complementary color
Monochromatic Colors of #75A65F
Black with #75A65F
Text Example
Text Example
White with #75A65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A65F; }
p { color: rgb(117,166,95); }
H1.HeaderClassName
{
color: #75A65F;
}
.AnyTagClassName
{
color: #75A65F;
}
</style>
background-color css
<style>
a { background-color: #75A65F; }
a { background-color: rgb(117,166,95); }
div.DivClassName
{
background-color: #75A65F;
}
.BgClassName
{
background-color: #75A65F;
}
</style>
border-color css
<style>
span { border-color: #75A65F; }
span { border-color: rgb(117,166,95); }
td.TdClassName
{
border-color: #75A65F;
}
.TagClassName
{
border-color: #75A65F;
}
</style>