Shades of Asparagus #6F964B
Tints of Asparagus #6F964B
RGB
CMYK
RGB Variations
Color information
#6F964B (or 0x6F964B) is known color: Asparagus. HEX triplet: 6F, 96 and 4B. RGB value is (111,150,75). Sum of RGB (Red+Green+Blue) = 111+150+75=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 150 (58.98% from 255 or 44.64% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 150 - color contains mainly: green. Hex color #6F964B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F964B is #9069B4. Grayscale: #828282. Windows color (decimal): -9464245 or 4953711. OLE color: 4953711.
HSL color Cylindrical-coordinate representation of color #6F964B: hue angle of 91.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F964B is Cyan = 0.26, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 75 | - |
| CMYK | 0.26 | 0 | 0.5 | 0.41 |
| HSL | 91.2º | 0.33% | 0.44% | - |
| HSV(B) | 91.2º | 0.5% | 0.59% | - |
| XYZ | 18.73 | 25.7 | 10.63 | - |
| YUV | 129.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 75 | 0.26 | 0 | 0.5 | 0.41 | 91.2 | 0.33 | 0.44 |
| Hex | 6F | 96 | 4B | 1A | 0 | 32 | 29 | 5B | 21 | 2C |
| Octal | 157 | 226 | 113 | 32 | 0 | 62 | 51 | 133 | 41 | 54 |
| Binary | 1101111 | 10010110 | 1001011 | 11010 | 0 | 110010 | 101001 | 1011011 | 100001 | 101100 |
Color Harmonies of #6F964B
Complementary color
Monochromatic Colors of #6F964B
Black with #6F964B
Text Example
Text Example
White with #6F964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F964B; }
p { color: rgb(111,150,75); }
H1.HeaderClassName
{
color: #6F964B;
}
.AnyTagClassName
{
color: #6F964B;
}
</style>
background-color css
<style>
a { background-color: #6F964B; }
a { background-color: rgb(111,150,75); }
div.DivClassName
{
background-color: #6F964B;
}
.BgClassName
{
background-color: #6F964B;
}
</style>
border-color css
<style>
span { border-color: #6F964B; }
span { border-color: rgb(111,150,75); }
td.TdClassName
{
border-color: #6F964B;
}
.TagClassName
{
border-color: #6F964B;
}
</style>