Shades of Asparagus #6F9952
Tints of Asparagus #6F9952
RGB
CMYK
RGB Variations
Color information
#6F9952 (or 0x6F9952) is known color: Asparagus. HEX triplet: 6F, 99 and 52. RGB value is (111,153,82). Sum of RGB (Red+Green+Blue) = 111+153+82=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9952 is #9066AD. Grayscale: #848484. Windows color (decimal): -9463470 or 5413231. OLE color: 5413231.
HSL color Cylindrical-coordinate representation of color #6F9952: hue angle of 95.49º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F9952 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 82 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.4 |
| HSL | 95.49º | 0.3% | 0.46% | - |
| HSV(B) | 95.49º | 0.46% | 0.6% | - |
| XYZ | 19.47 | 26.77 | 12.12 | - |
| YUV | 132.35 | 99.59 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 82 | 0.27 | 0 | 0.46 | 0.4 | 95.49 | 0.3 | 0.46 |
| Hex | 6F | 99 | 52 | 1B | 0 | 2E | 28 | 5F | 1E | 2E |
| Octal | 157 | 231 | 122 | 33 | 0 | 56 | 50 | 137 | 36 | 56 |
| Binary | 1101111 | 10011001 | 1010010 | 11011 | 0 | 101110 | 101000 | 1011111 | 11110 | 101110 |
Color Harmonies of #6F9952
Complementary color
Monochromatic Colors of #6F9952
Black with #6F9952
Text Example
Text Example
White with #6F9952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9952; }
p { color: rgb(111,153,82); }
H1.HeaderClassName
{
color: #6F9952;
}
.AnyTagClassName
{
color: #6F9952;
}
</style>
background-color css
<style>
a { background-color: #6F9952; }
a { background-color: rgb(111,153,82); }
div.DivClassName
{
background-color: #6F9952;
}
.BgClassName
{
background-color: #6F9952;
}
</style>
border-color css
<style>
span { border-color: #6F9952; }
span { border-color: rgb(111,153,82); }
td.TdClassName
{
border-color: #6F9952;
}
.TagClassName
{
border-color: #6F9952;
}
</style>