Shades of Asparagus #68994A
Tints of Asparagus #68994A
RGB
CMYK
RGB Variations
Color information
#68994A (or 0x68994A) is known color: Asparagus. HEX triplet: 68, 99 and 4A. RGB value is (104,153,74). Sum of RGB (Red+Green+Blue) = 104+153+74=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #68994A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68994A is #9766B5. Grayscale: #818181. Windows color (decimal): -9922230 or 4888936. OLE color: 4888936.
HSL color Cylindrical-coordinate representation of color #68994A: hue angle of 97.22º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68994A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 74 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.4 |
| HSL | 97.22º | 0.35% | 0.45% | - |
| HSV(B) | 97.22º | 0.52% | 0.6% | - |
| XYZ | 18.34 | 26.22 | 10.57 | - |
| YUV | 129.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 74 | 0.32 | 0 | 0.52 | 0.4 | 97.22 | 0.35 | 0.45 |
| Hex | 68 | 99 | 4A | 20 | 0 | 34 | 28 | 61 | 23 | 2D |
| Octal | 150 | 231 | 112 | 40 | 0 | 64 | 50 | 141 | 43 | 55 |
| Binary | 1101000 | 10011001 | 1001010 | 100000 | 0 | 110100 | 101000 | 1100001 | 100011 | 101101 |
Color Harmonies of #68994A
Complementary color
Monochromatic Colors of #68994A
Black with #68994A
Text Example
Text Example
White with #68994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68994A; }
p { color: rgb(104,153,74); }
H1.HeaderClassName
{
color: #68994A;
}
.AnyTagClassName
{
color: #68994A;
}
</style>
background-color css
<style>
a { background-color: #68994A; }
a { background-color: rgb(104,153,74); }
div.DivClassName
{
background-color: #68994A;
}
.BgClassName
{
background-color: #68994A;
}
</style>
border-color css
<style>
span { border-color: #68994A; }
span { border-color: rgb(104,153,74); }
td.TdClassName
{
border-color: #68994A;
}
.TagClassName
{
border-color: #68994A;
}
</style>