Shades of Asparagus #75954C
Tints of Asparagus #75954C
RGB
CMYK
RGB Variations
Color information
#75954C (or 0x75954C) is known color: Asparagus. HEX triplet: 75, 95 and 4C. RGB value is (117,149,76). Sum of RGB (Red+Green+Blue) = 117+149+76=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #75954C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75954C is #8A6AB3. Grayscale: #838383. Windows color (decimal): -9071284 or 5018997. OLE color: 5018997.
HSL color Cylindrical-coordinate representation of color #75954C: hue angle of 86.3º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75954C is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 149 | 76 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.42 |
| HSL | 86.3º | 0.32% | 0.44% | - |
| HSV(B) | 86.3º | 0.49% | 0.58% | - |
| XYZ | 19.39 | 25.8 | 10.8 | - |
| YUV | 131.11 | 96.9 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 149 | 76 | 0.21 | 0 | 0.49 | 0.42 | 86.3 | 0.32 | 0.44 |
| Hex | 75 | 95 | 4C | 15 | 0 | 31 | 2A | 56 | 20 | 2C |
| Octal | 165 | 225 | 114 | 25 | 0 | 61 | 52 | 126 | 40 | 54 |
| Binary | 1110101 | 10010101 | 1001100 | 10101 | 0 | 110001 | 101010 | 1010110 | 100000 | 101100 |
Color Harmonies of #75954C
Complementary color
Monochromatic Colors of #75954C
Black with #75954C
Text Example
Text Example
White with #75954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75954C; }
p { color: rgb(117,149,76); }
H1.HeaderClassName
{
color: #75954C;
}
.AnyTagClassName
{
color: #75954C;
}
</style>
background-color css
<style>
a { background-color: #75954C; }
a { background-color: rgb(117,149,76); }
div.DivClassName
{
background-color: #75954C;
}
.BgClassName
{
background-color: #75954C;
}
</style>
border-color css
<style>
span { border-color: #75954C; }
span { border-color: rgb(117,149,76); }
td.TdClassName
{
border-color: #75954C;
}
.TagClassName
{
border-color: #75954C;
}
</style>