Shades of Asparagus #699D54
Tints of Asparagus #699D54
RGB
CMYK
RGB Variations
Color information
#699D54 (or 0x699D54) is known color: Asparagus. HEX triplet: 69, 9D and 54. RGB value is (105,157,84). Sum of RGB (Red+Green+Blue) = 105+157+84=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 157 - color contains mainly: green. Hex color #699D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699D54 is #9662AB. Grayscale: #858585. Windows color (decimal): -9855660 or 5545321. OLE color: 5545321.
HSL color Cylindrical-coordinate representation of color #699D54: hue angle of 102.74º 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 #699D54 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 157 | 84 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.38 |
| HSL | 102.74º | 0.3% | 0.47% | - |
| HSV(B) | 102.74º | 0.46% | 0.62% | - |
| XYZ | 19.48 | 27.76 | 12.72 | - |
| YUV | 133.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 84 | 0.33 | 0 | 0.46 | 0.38 | 102.74 | 0.3 | 0.47 |
| Hex | 69 | 9D | 54 | 21 | 0 | 2E | 26 | 67 | 1E | 2F |
| Octal | 151 | 235 | 124 | 41 | 0 | 56 | 46 | 147 | 36 | 57 |
| Binary | 1101001 | 10011101 | 1010100 | 100001 | 0 | 101110 | 100110 | 1100111 | 11110 | 101111 |
Color Harmonies of #699D54
Complementary color
Monochromatic Colors of #699D54
Black with #699D54
Text Example
Text Example
White with #699D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699D54; }
p { color: rgb(105,157,84); }
H1.HeaderClassName
{
color: #699D54;
}
.AnyTagClassName
{
color: #699D54;
}
</style>
background-color css
<style>
a { background-color: #699D54; }
a { background-color: rgb(105,157,84); }
div.DivClassName
{
background-color: #699D54;
}
.BgClassName
{
background-color: #699D54;
}
</style>
border-color css
<style>
span { border-color: #699D54; }
span { border-color: rgb(105,157,84); }
td.TdClassName
{
border-color: #699D54;
}
.TagClassName
{
border-color: #699D54;
}
</style>