Shades of Asparagus #699C54
Tints of Asparagus #699C54
RGB
CMYK
RGB Variations
Color information
#699C54 (or 0x699C54) is known color: Asparagus. HEX triplet: 69, 9C and 54. RGB value is (105,156,84). Sum of RGB (Red+Green+Blue) = 105+156+84=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #699C54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C54 is #9663AB. Grayscale: #848484. Windows color (decimal): -9855916 or 5545065. OLE color: 5545065.
HSL color Cylindrical-coordinate representation of color #699C54: hue angle of 102.5º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #699C54 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 156 | 84 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.39 |
| HSL | 102.5º | 0.3% | 0.47% | - |
| HSV(B) | 102.5º | 0.46% | 0.61% | - |
| XYZ | 19.31 | 27.42 | 12.66 | - |
| YUV | 132.54 | 100.6 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 84 | 0.33 | 0 | 0.46 | 0.39 | 102.5 | 0.3 | 0.47 |
| Hex | 69 | 9C | 54 | 21 | 0 | 2E | 27 | 66 | 1E | 2F |
| Octal | 151 | 234 | 124 | 41 | 0 | 56 | 47 | 146 | 36 | 57 |
| Binary | 1101001 | 10011100 | 1010100 | 100001 | 0 | 101110 | 100111 | 1100110 | 11110 | 101111 |
Color Harmonies of #699C54
Complementary color
Monochromatic Colors of #699C54
Black with #699C54
Text Example
Text Example
White with #699C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699C54; }
p { color: rgb(105,156,84); }
H1.HeaderClassName
{
color: #699C54;
}
.AnyTagClassName
{
color: #699C54;
}
</style>
background-color css
<style>
a { background-color: #699C54; }
a { background-color: rgb(105,156,84); }
div.DivClassName
{
background-color: #699C54;
}
.BgClassName
{
background-color: #699C54;
}
</style>
border-color css
<style>
span { border-color: #699C54; }
span { border-color: rgb(105,156,84); }
td.TdClassName
{
border-color: #699C54;
}
.TagClassName
{
border-color: #699C54;
}
</style>