Shades of Asparagus #749652
Tints of Asparagus #749652
RGB
CMYK
RGB Variations
Color information
#749652 (or 0x749652) is known color: Asparagus. HEX triplet: 74, 96 and 52. RGB value is (116,150,82). Sum of RGB (Red+Green+Blue) = 116+150+82=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #749652 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749652 is #8B69AD. Grayscale: #848484. Windows color (decimal): -9136558 or 5412468. OLE color: 5412468.
HSL color Cylindrical-coordinate representation of color #749652: hue angle of 90º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #749652 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 150 | 82 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.41 |
| HSL | 90º | 0.29% | 0.45% | - |
| HSV(B) | 90º | 0.45% | 0.59% | - |
| XYZ | 19.63 | 26.13 | 11.99 | - |
| YUV | 132.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 150 | 82 | 0.23 | 0 | 0.45 | 0.41 | 90 | 0.29 | 0.45 |
| Hex | 74 | 96 | 52 | 17 | 0 | 2D | 29 | 5A | 1D | 2D |
| Octal | 164 | 226 | 122 | 27 | 0 | 55 | 51 | 132 | 35 | 55 |
| Binary | 1110100 | 10010110 | 1010010 | 10111 | 0 | 101101 | 101001 | 1011010 | 11101 | 101101 |
Color Harmonies of #749652
Complementary color
Monochromatic Colors of #749652
Black with #749652
Text Example
Text Example
White with #749652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749652; }
p { color: rgb(116,150,82); }
H1.HeaderClassName
{
color: #749652;
}
.AnyTagClassName
{
color: #749652;
}
</style>
background-color css
<style>
a { background-color: #749652; }
a { background-color: rgb(116,150,82); }
div.DivClassName
{
background-color: #749652;
}
.BgClassName
{
background-color: #749652;
}
</style>
border-color css
<style>
span { border-color: #749652; }
span { border-color: rgb(116,150,82); }
td.TdClassName
{
border-color: #749652;
}
.TagClassName
{
border-color: #749652;
}
</style>