Shades of Asparagus #699852
Tints of Asparagus #699852
RGB
CMYK
RGB Variations
Color information
#699852 (or 0x699852) is known color: Asparagus. HEX triplet: 69, 98 and 52. RGB value is (105,152,82). Sum of RGB (Red+Green+Blue) = 105+152+82=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #699852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699852 is #9667AD. Grayscale: #828282. Windows color (decimal): -9856942 or 5412969. OLE color: 5412969.
HSL color Cylindrical-coordinate representation of color #699852: hue angle of 100.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699852 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 82 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.40 |
| HSL | 100.29º | 0.3% | 0.46% | - |
| HSV(B) | 100.29º | 0.46% | 0.6% | - |
| XYZ | 18.58 | 26.07 | 12.04 | - |
| YUV | 129.97 | 100.93 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 82 | 0.31 | 0 | 0.46 | 0.40 | 100.29 | 0.3 | 0.46 |
| Hex | 69 | 98 | 52 | 1F | 0 | 2E | 28 | 64 | 1E | 2E |
| Octal | 151 | 230 | 122 | 37 | 0 | 56 | 50 | 144 | 36 | 56 |
| Binary | 1101001 | 10011000 | 1010010 | 11111 | 0 | 101110 | 101000 | 1100100 | 11110 | 101110 |
Color Harmonies of #699852
Complementary color
Monochromatic Colors of #699852
Black with #699852
Text Example
Text Example
White with #699852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699852; }
p { color: rgb(105,152,82); }
H1.HeaderClassName
{
color: #699852;
}
.AnyTagClassName
{
color: #699852;
}
</style>
background-color css
<style>
a { background-color: #699852; }
a { background-color: rgb(105,152,82); }
div.DivClassName
{
background-color: #699852;
}
.BgClassName
{
background-color: #699852;
}
</style>
border-color css
<style>
span { border-color: #699852; }
span { border-color: rgb(105,152,82); }
td.TdClassName
{
border-color: #699852;
}
.TagClassName
{
border-color: #699852;
}
</style>