Shades of Asparagus #74995B
Tints of Asparagus #74995B
RGB
CMYK
RGB Variations
Color information
#74995B (or 0x74995B) is known color: Asparagus. HEX triplet: 74, 99 and 5B. RGB value is (116,153,91). Sum of RGB (Red+Green+Blue) = 116+153+91=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #74995B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74995B is #8B66A4. Grayscale: #878787. Windows color (decimal): -9135781 or 6003060. OLE color: 6003060.
HSL color Cylindrical-coordinate representation of color #74995B: hue angle of 95.81º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74995B is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 116 | 153 | 91 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.4 |
| HSL | 95.81º | 0.25% | 0.48% | - |
| HSV(B) | 95.81º | 0.41% | 0.6% | - |
| XYZ | 20.48 | 27.25 | 14.08 | - |
| YUV | 134.87 | 103.24 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 91 | 0.24 | 0 | 0.41 | 0.4 | 95.81 | 0.25 | 0.48 |
| Hex | 74 | 99 | 5B | 18 | 0 | 29 | 28 | 60 | 19 | 30 |
| Octal | 164 | 231 | 133 | 30 | 0 | 51 | 50 | 140 | 31 | 60 |
| Binary | 1110100 | 10011001 | 1011011 | 11000 | 0 | 101001 | 101000 | 1100000 | 11001 | 110000 |
Color Harmonies of #74995B
Complementary color
Monochromatic Colors of #74995B
Black with #74995B
Text Example
Text Example
White with #74995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74995B; }
p { color: rgb(116,153,91); }
H1.HeaderClassName
{
color: #74995B;
}
.AnyTagClassName
{
color: #74995B;
}
</style>
background-color css
<style>
a { background-color: #74995B; }
a { background-color: rgb(116,153,91); }
div.DivClassName
{
background-color: #74995B;
}
.BgClassName
{
background-color: #74995B;
}
</style>
border-color css
<style>
span { border-color: #74995B; }
span { border-color: rgb(116,153,91); }
td.TdClassName
{
border-color: #74995B;
}
.TagClassName
{
border-color: #74995B;
}
</style>