Shades of Asparagus #75A35B
Tints of Asparagus #75A35B
RGB
CMYK
RGB Variations
Color information
#75A35B (or 0x75A35B) is known color: Asparagus. HEX triplet: 75, A3 and 5B. RGB value is (117,163,91). Sum of RGB (Red+Green+Blue) = 117+163+91=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #75A35B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A35B is #8A5CA4. Grayscale: #8D8D8D. Windows color (decimal): -9067685 or 6005621. OLE color: 6005621.
HSL color Cylindrical-coordinate representation of color #75A35B: hue angle of 98.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75A35B is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 91 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.36 |
| HSL | 98.33º | 0.28% | 0.5% | - |
| HSV(B) | 98.33º | 0.44% | 0.64% | - |
| XYZ | 22.32 | 30.73 | 14.65 | - |
| YUV | 141.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 91 | 0.28 | 0 | 0.44 | 0.36 | 98.33 | 0.28 | 0.5 |
| Hex | 75 | A3 | 5B | 1C | 0 | 2C | 24 | 62 | 1C | 32 |
| Octal | 165 | 243 | 133 | 34 | 0 | 54 | 44 | 142 | 34 | 62 |
| Binary | 1110101 | 10100011 | 1011011 | 11100 | 0 | 101100 | 100100 | 1100010 | 11100 | 110010 |
Color Harmonies of #75A35B
Complementary color
Monochromatic Colors of #75A35B
Black with #75A35B
Text Example
Text Example
White with #75A35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A35B; }
p { color: rgb(117,163,91); }
H1.HeaderClassName
{
color: #75A35B;
}
.AnyTagClassName
{
color: #75A35B;
}
</style>
background-color css
<style>
a { background-color: #75A35B; }
a { background-color: rgb(117,163,91); }
div.DivClassName
{
background-color: #75A35B;
}
.BgClassName
{
background-color: #75A35B;
}
</style>
border-color css
<style>
span { border-color: #75A35B; }
span { border-color: rgb(117,163,91); }
td.TdClassName
{
border-color: #75A35B;
}
.TagClassName
{
border-color: #75A35B;
}
</style>