Shades of Asparagus #699845
Tints of Asparagus #699845
RGB
CMYK
RGB Variations
Color information
#699845 (or 0x699845) is known color: Asparagus. HEX triplet: 69, 98 and 45. RGB value is (105,152,69). Sum of RGB (Red+Green+Blue) = 105+152+69=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #699845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699845 is #9667BA. Grayscale: #808080. Windows color (decimal): -9856955 or 4561001. OLE color: 4561001.
HSL color Cylindrical-coordinate representation of color #699845: hue angle of 93.98º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #699845 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 69 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.40 |
| HSL | 93.98º | 0.38% | 0.43% | - |
| HSV(B) | 93.98º | 0.55% | 0.6% | - |
| XYZ | 18.13 | 25.89 | 9.67 | - |
| YUV | 128.49 | 94.43 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 69 | 0.31 | 0 | 0.55 | 0.40 | 93.98 | 0.38 | 0.43 |
| Hex | 69 | 98 | 45 | 1F | 0 | 37 | 28 | 5E | 26 | 2B |
| Octal | 151 | 230 | 105 | 37 | 0 | 67 | 50 | 136 | 46 | 53 |
| Binary | 1101001 | 10011000 | 1000101 | 11111 | 0 | 110111 | 101000 | 1011110 | 100110 | 101011 |
Color Harmonies of #699845
Complementary color
Monochromatic Colors of #699845
Black with #699845
Text Example
Text Example
White with #699845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699845; }
p { color: rgb(105,152,69); }
H1.HeaderClassName
{
color: #699845;
}
.AnyTagClassName
{
color: #699845;
}
</style>
background-color css
<style>
a { background-color: #699845; }
a { background-color: rgb(105,152,69); }
div.DivClassName
{
background-color: #699845;
}
.BgClassName
{
background-color: #699845;
}
</style>
border-color css
<style>
span { border-color: #699845; }
span { border-color: rgb(105,152,69); }
td.TdClassName
{
border-color: #699845;
}
.TagClassName
{
border-color: #699845;
}
</style>