Shades of Asparagus #699950
Tints of Asparagus #699950
RGB
CMYK
RGB Variations
Color information
#699950 (or 0x699950) is known color: Asparagus. HEX triplet: 69, 99 and 50. RGB value is (105,153,80). Sum of RGB (Red+Green+Blue) = 105+153+80=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #699950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699950 is #9666AF. Grayscale: #828282. Windows color (decimal): -9856688 or 5282153. OLE color: 5282153.
HSL color Cylindrical-coordinate representation of color #699950: hue angle of 99.45º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #699950 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 80 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.4 |
| HSL | 99.45º | 0.31% | 0.46% | - |
| HSV(B) | 99.45º | 0.48% | 0.6% | - |
| XYZ | 18.66 | 26.36 | 11.69 | - |
| YUV | 130.33 | 99.6 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 80 | 0.31 | 0 | 0.48 | 0.4 | 99.45 | 0.31 | 0.46 |
| Hex | 69 | 99 | 50 | 1F | 0 | 30 | 28 | 63 | 1F | 2E |
| Octal | 151 | 231 | 120 | 37 | 0 | 60 | 50 | 143 | 37 | 56 |
| Binary | 1101001 | 10011001 | 1010000 | 11111 | 0 | 110000 | 101000 | 1100011 | 11111 | 101110 |
Color Harmonies of #699950
Complementary color
Monochromatic Colors of #699950
Black with #699950
Text Example
Text Example
White with #699950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699950; }
p { color: rgb(105,153,80); }
H1.HeaderClassName
{
color: #699950;
}
.AnyTagClassName
{
color: #699950;
}
</style>
background-color css
<style>
a { background-color: #699950; }
a { background-color: rgb(105,153,80); }
div.DivClassName
{
background-color: #699950;
}
.BgClassName
{
background-color: #699950;
}
</style>
border-color css
<style>
span { border-color: #699950; }
span { border-color: rgb(105,153,80); }
td.TdClassName
{
border-color: #699950;
}
.TagClassName
{
border-color: #699950;
}
</style>