Shades of Asparagus #68994C
Tints of Asparagus #68994C
RGB
CMYK
RGB Variations
Color information
#68994C (or 0x68994C) is known color: Asparagus. HEX triplet: 68, 99 and 4C. RGB value is (104,153,76). Sum of RGB (Red+Green+Blue) = 104+153+76=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #68994C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68994C is #9766B3. Grayscale: #818181. Windows color (decimal): -9922228 or 5020008. OLE color: 5020008.
HSL color Cylindrical-coordinate representation of color #68994C: hue angle of 98.18º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68994C is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 76 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.4 |
| HSL | 98.18º | 0.34% | 0.45% | - |
| HSV(B) | 98.18º | 0.5% | 0.6% | - |
| XYZ | 18.4 | 26.25 | 10.93 | - |
| YUV | 129.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 76 | 0.32 | 0 | 0.50 | 0.4 | 98.18 | 0.34 | 0.45 |
| Hex | 68 | 99 | 4C | 20 | 0 | 32 | 28 | 62 | 22 | 2D |
| Octal | 150 | 231 | 114 | 40 | 0 | 62 | 50 | 142 | 42 | 55 |
| Binary | 1101000 | 10011001 | 1001100 | 100000 | 0 | 110010 | 101000 | 1100010 | 100010 | 101101 |
Color Harmonies of #68994C
Complementary color
Monochromatic Colors of #68994C
Black with #68994C
Text Example
Text Example
White with #68994C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68994C; }
p { color: rgb(104,153,76); }
H1.HeaderClassName
{
color: #68994C;
}
.AnyTagClassName
{
color: #68994C;
}
</style>
background-color css
<style>
a { background-color: #68994C; }
a { background-color: rgb(104,153,76); }
div.DivClassName
{
background-color: #68994C;
}
.BgClassName
{
background-color: #68994C;
}
</style>
border-color css
<style>
span { border-color: #68994C; }
span { border-color: rgb(104,153,76); }
td.TdClassName
{
border-color: #68994C;
}
.TagClassName
{
border-color: #68994C;
}
</style>