Shades of Asparagus #74995D
Tints of Asparagus #74995D
RGB
CMYK
RGB Variations
Color information
#74995D (or 0x74995D) is known color: Asparagus. HEX triplet: 74, 99 and 5D. RGB value is (116,153,93). Sum of RGB (Red+Green+Blue) = 116+153+93=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #74995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74995D is #8B66A2. Grayscale: #878787. Windows color (decimal): -9135779 or 6134132. OLE color: 6134132.
HSL color Cylindrical-coordinate representation of color #74995D: hue angle of 97º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74995D is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 93 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.4 |
| HSL | 97º | 0.24% | 0.48% | - |
| HSV(B) | 97º | 0.39% | 0.6% | - |
| XYZ | 20.57 | 27.29 | 14.54 | - |
| YUV | 135.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 93 | 0.24 | 0 | 0.39 | 0.4 | 97 | 0.24 | 0.48 |
| Hex | 74 | 99 | 5D | 18 | 0 | 27 | 28 | 61 | 18 | 30 |
| Octal | 164 | 231 | 135 | 30 | 0 | 47 | 50 | 141 | 30 | 60 |
| Binary | 1110100 | 10011001 | 1011101 | 11000 | 0 | 100111 | 101000 | 1100001 | 11000 | 110000 |
Color Harmonies of #74995D
Complementary color
Monochromatic Colors of #74995D
Black with #74995D
Text Example
Text Example
White with #74995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74995D; }
p { color: rgb(116,153,93); }
H1.HeaderClassName
{
color: #74995D;
}
.AnyTagClassName
{
color: #74995D;
}
</style>
background-color css
<style>
a { background-color: #74995D; }
a { background-color: rgb(116,153,93); }
div.DivClassName
{
background-color: #74995D;
}
.BgClassName
{
background-color: #74995D;
}
</style>
border-color css
<style>
span { border-color: #74995D; }
span { border-color: rgb(116,153,93); }
td.TdClassName
{
border-color: #74995D;
}
.TagClassName
{
border-color: #74995D;
}
</style>