Shades of Asparagus #699848
Tints of Asparagus #699848
RGB
CMYK
RGB Variations
Color information
#699848 (or 0x699848) is known color: Asparagus. HEX triplet: 69, 98 and 48. RGB value is (105,152,72). Sum of RGB (Red+Green+Blue) = 105+152+72=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #699848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699848 is #9667B7. Grayscale: #818181. Windows color (decimal): -9856952 or 4757609. OLE color: 4757609.
HSL color Cylindrical-coordinate representation of color #699848: hue angle of 95.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699848 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 72 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.40 |
| HSL | 95.25º | 0.36% | 0.44% | - |
| HSV(B) | 95.25º | 0.53% | 0.6% | - |
| XYZ | 18.22 | 25.93 | 10.17 | - |
| YUV | 128.83 | 95.93 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 72 | 0.31 | 0 | 0.53 | 0.40 | 95.25 | 0.36 | 0.44 |
| Hex | 69 | 98 | 48 | 1F | 0 | 35 | 28 | 5F | 24 | 2C |
| Octal | 151 | 230 | 110 | 37 | 0 | 65 | 50 | 137 | 44 | 54 |
| Binary | 1101001 | 10011000 | 1001000 | 11111 | 0 | 110101 | 101000 | 1011111 | 100100 | 101100 |
Color Harmonies of #699848
Complementary color
Monochromatic Colors of #699848
Black with #699848
Text Example
Text Example
White with #699848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699848; }
p { color: rgb(105,152,72); }
H1.HeaderClassName
{
color: #699848;
}
.AnyTagClassName
{
color: #699848;
}
</style>
background-color css
<style>
a { background-color: #699848; }
a { background-color: rgb(105,152,72); }
div.DivClassName
{
background-color: #699848;
}
.BgClassName
{
background-color: #699848;
}
</style>
border-color css
<style>
span { border-color: #699848; }
span { border-color: rgb(105,152,72); }
td.TdClassName
{
border-color: #699848;
}
.TagClassName
{
border-color: #699848;
}
</style>