Shades of Asparagus #75944C
Tints of Asparagus #75944C
RGB
CMYK
RGB Variations
Color information
#75944C (or 0x75944C) is known color: Asparagus. HEX triplet: 75, 94 and 4C. RGB value is (117,148,76). Sum of RGB (Red+Green+Blue) = 117+148+76=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 148 (58.20% from 255 or 43.40% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 148 - color contains mainly: green. Hex color #75944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75944C is #8A6BB3. Grayscale: #828282. Windows color (decimal): -9071540 or 5018741. OLE color: 5018741.
HSL color Cylindrical-coordinate representation of color #75944C: hue angle of 85.83º 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 #75944C is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 148 | 76 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.42 |
| HSL | 85.83º | 0.32% | 0.44% | - |
| HSV(B) | 85.83º | 0.49% | 0.58% | - |
| XYZ | 19.23 | 25.48 | 10.74 | - |
| YUV | 130.52 | 97.23 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 148 | 76 | 0.21 | 0 | 0.49 | 0.42 | 85.83 | 0.32 | 0.44 |
| Hex | 75 | 94 | 4C | 15 | 0 | 31 | 2A | 56 | 20 | 2C |
| Octal | 165 | 224 | 114 | 25 | 0 | 61 | 52 | 126 | 40 | 54 |
| Binary | 1110101 | 10010100 | 1001100 | 10101 | 0 | 110001 | 101010 | 1010110 | 100000 | 101100 |
Color Harmonies of #75944C
Complementary color
Monochromatic Colors of #75944C
Black with #75944C
Text Example
Text Example
White with #75944C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75944C; }
p { color: rgb(117,148,76); }
H1.HeaderClassName
{
color: #75944C;
}
.AnyTagClassName
{
color: #75944C;
}
</style>
background-color css
<style>
a { background-color: #75944C; }
a { background-color: rgb(117,148,76); }
div.DivClassName
{
background-color: #75944C;
}
.BgClassName
{
background-color: #75944C;
}
</style>
border-color css
<style>
span { border-color: #75944C; }
span { border-color: rgb(117,148,76); }
td.TdClassName
{
border-color: #75944C;
}
.TagClassName
{
border-color: #75944C;
}
</style>