Shades of Asparagus #699D55
Tints of Asparagus #699D55
RGB
CMYK
RGB Variations
Color information
#699D55 (or 0x699D55) is known color: Asparagus. HEX triplet: 69, 9D and 55. RGB value is (105,157,85). Sum of RGB (Red+Green+Blue) = 105+157+85=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #699D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D55 is #9662AA. Grayscale: #858585. Windows color (decimal): -9855659 or 5610857. OLE color: 5610857.
HSL color Cylindrical-coordinate representation of color #699D55: hue angle of 103.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699D55 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 85 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.38 |
| HSL | 103.33º | 0.3% | 0.47% | - |
| HSV(B) | 103.33º | 0.46% | 0.62% | - |
| XYZ | 19.52 | 27.77 | 12.93 | - |
| YUV | 133.24 | 100.77 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 85 | 0.33 | 0 | 0.46 | 0.38 | 103.33 | 0.3 | 0.47 |
| Hex | 69 | 9D | 55 | 21 | 0 | 2E | 26 | 67 | 1E | 2F |
| Octal | 151 | 235 | 125 | 41 | 0 | 56 | 46 | 147 | 36 | 57 |
| Binary | 1101001 | 10011101 | 1010101 | 100001 | 0 | 101110 | 100110 | 1100111 | 11110 | 101111 |
Color Harmonies of #699D55
Complementary color
Monochromatic Colors of #699D55
Black with #699D55
Text Example
Text Example
White with #699D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D55; }
p { color: rgb(105,157,85); }
H1.HeaderClassName
{
color: #699D55;
}
.AnyTagClassName
{
color: #699D55;
}
</style>
background-color css
<style>
a { background-color: #699D55; }
a { background-color: rgb(105,157,85); }
div.DivClassName
{
background-color: #699D55;
}
.BgClassName
{
background-color: #699D55;
}
</style>
border-color css
<style>
span { border-color: #699D55; }
span { border-color: rgb(105,157,85); }
td.TdClassName
{
border-color: #699D55;
}
.TagClassName
{
border-color: #699D55;
}
</style>