Shades of Asparagus #6F995F
Tints of Asparagus #6F995F
RGB
CMYK
RGB Variations
Color information
#6F995F (or 0x6F995F) is known color: Asparagus. HEX triplet: 6F, 99 and 5F. RGB value is (111,153,95). Sum of RGB (Red+Green+Blue) = 111+153+95=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #6F995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F995F is #9066A0. Grayscale: #868686. Windows color (decimal): -9463457 or 6265199. OLE color: 6265199.
HSL color Cylindrical-coordinate representation of color #6F995F: hue angle of 103.45º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F995F is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 95 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.4 |
| HSL | 103.45º | 0.23% | 0.49% | - |
| HSV(B) | 103.45º | 0.38% | 0.6% | - |
| XYZ | 20.01 | 26.99 | 14.98 | - |
| YUV | 133.83 | 106.09 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 95 | 0.27 | 0 | 0.38 | 0.4 | 103.45 | 0.23 | 0.49 |
| Hex | 6F | 99 | 5F | 1B | 0 | 26 | 28 | 67 | 17 | 31 |
| Octal | 157 | 231 | 137 | 33 | 0 | 46 | 50 | 147 | 27 | 61 |
| Binary | 1101111 | 10011001 | 1011111 | 11011 | 0 | 100110 | 101000 | 1100111 | 10111 | 110001 |
Color Harmonies of #6F995F
Complementary color
Monochromatic Colors of #6F995F
Black with #6F995F
Text Example
Text Example
White with #6F995F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F995F; }
p { color: rgb(111,153,95); }
H1.HeaderClassName
{
color: #6F995F;
}
.AnyTagClassName
{
color: #6F995F;
}
</style>
background-color css
<style>
a { background-color: #6F995F; }
a { background-color: rgb(111,153,95); }
div.DivClassName
{
background-color: #6F995F;
}
.BgClassName
{
background-color: #6F995F;
}
</style>
border-color css
<style>
span { border-color: #6F995F; }
span { border-color: rgb(111,153,95); }
td.TdClassName
{
border-color: #6F995F;
}
.TagClassName
{
border-color: #6F995F;
}
</style>