Shades of Asparagus #699A4D
Tints of Asparagus #699A4D
RGB
CMYK
RGB Variations
Color information
#699A4D (or 0x699A4D) is known color: Asparagus. HEX triplet: 69, 9A and 4D. RGB value is (105,154,77). Sum of RGB (Red+Green+Blue) = 105+154+77=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 154 - color contains mainly: green. Hex color #699A4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699A4D is #9665B2. Grayscale: #828282. Windows color (decimal): -9856435 or 5085801. OLE color: 5085801.
HSL color Cylindrical-coordinate representation of color #699A4D: hue angle of 98.18º degrees, saturation: 0.33, 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 #699A4D is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 154 | 77 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.40 |
| HSL | 98.18º | 0.33% | 0.45% | - |
| HSV(B) | 98.18º | 0.5% | 0.6% | - |
| XYZ | 18.72 | 26.65 | 11.18 | - |
| YUV | 130.57 | 97.77 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 154 | 77 | 0.32 | 0 | 0.50 | 0.40 | 98.18 | 0.33 | 0.45 |
| Hex | 69 | 9A | 4D | 20 | 0 | 32 | 28 | 62 | 21 | 2D |
| Octal | 151 | 232 | 115 | 40 | 0 | 62 | 50 | 142 | 41 | 55 |
| Binary | 1101001 | 10011010 | 1001101 | 100000 | 0 | 110010 | 101000 | 1100010 | 100001 | 101101 |
Color Harmonies of #699A4D
Complementary color
Monochromatic Colors of #699A4D
Black with #699A4D
Text Example
Text Example
White with #699A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699A4D; }
p { color: rgb(105,154,77); }
H1.HeaderClassName
{
color: #699A4D;
}
.AnyTagClassName
{
color: #699A4D;
}
</style>
background-color css
<style>
a { background-color: #699A4D; }
a { background-color: rgb(105,154,77); }
div.DivClassName
{
background-color: #699A4D;
}
.BgClassName
{
background-color: #699A4D;
}
</style>
border-color css
<style>
span { border-color: #699A4D; }
span { border-color: rgb(105,154,77); }
td.TdClassName
{
border-color: #699A4D;
}
.TagClassName
{
border-color: #699A4D;
}
</style>