Shades of Asparagus #6F9F5F
Tints of Asparagus #6F9F5F
RGB
CMYK
RGB Variations
Color information
#6F9F5F (or 0x6F9F5F) is known color: Asparagus. HEX triplet: 6F, 9F and 5F. RGB value is (111,159,95). Sum of RGB (Red+Green+Blue) = 111+159+95=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9F5F is #9060A0. Grayscale: #898989. Windows color (decimal): -9461921 or 6266735. OLE color: 6266735.
HSL color Cylindrical-coordinate representation of color #6F9F5F: hue angle of 105º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F9F5F is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 95 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.38 |
| HSL | 105º | 0.25% | 0.5% | - |
| HSV(B) | 105º | 0.4% | 0.62% | - |
| XYZ | 21.02 | 29 | 15.32 | - |
| YUV | 137.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 95 | 0.30 | 0 | 0.40 | 0.38 | 105 | 0.25 | 0.5 |
| Hex | 6F | 9F | 5F | 1E | 0 | 28 | 26 | 69 | 19 | 32 |
| Octal | 157 | 237 | 137 | 36 | 0 | 50 | 46 | 151 | 31 | 62 |
| Binary | 1101111 | 10011111 | 1011111 | 11110 | 0 | 101000 | 100110 | 1101001 | 11001 | 110010 |
Color Harmonies of #6F9F5F
Complementary color
Monochromatic Colors of #6F9F5F
Black with #6F9F5F
Text Example
Text Example
White with #6F9F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F5F; }
p { color: rgb(111,159,95); }
H1.HeaderClassName
{
color: #6F9F5F;
}
.AnyTagClassName
{
color: #6F9F5F;
}
</style>
background-color css
<style>
a { background-color: #6F9F5F; }
a { background-color: rgb(111,159,95); }
div.DivClassName
{
background-color: #6F9F5F;
}
.BgClassName
{
background-color: #6F9F5F;
}
</style>
border-color css
<style>
span { border-color: #6F9F5F; }
span { border-color: rgb(111,159,95); }
td.TdClassName
{
border-color: #6F9F5F;
}
.TagClassName
{
border-color: #6F9F5F;
}
</style>