Shades of Asparagus #6A974A
Tints of Asparagus #6A974A
RGB
CMYK
RGB Variations
Color information
#6A974A (or 0x6A974A) is known color: Asparagus. HEX triplet: 6A, 97 and 4A. RGB value is (106,151,74). Sum of RGB (Red+Green+Blue) = 106+151+74=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #6A974A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A974A is #9568B5. Grayscale: #818181. Windows color (decimal): -9791670 or 4888426. OLE color: 4888426.
HSL color Cylindrical-coordinate representation of color #6A974A: hue angle of 95.06º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A974A is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 74 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.41 |
| HSL | 95.06º | 0.34% | 0.44% | - |
| HSV(B) | 95.06º | 0.51% | 0.59% | - |
| XYZ | 18.25 | 25.69 | 10.48 | - |
| YUV | 128.77 | 97.09 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 74 | 0.30 | 0 | 0.51 | 0.41 | 95.06 | 0.34 | 0.44 |
| Hex | 6A | 97 | 4A | 1E | 0 | 33 | 29 | 5F | 22 | 2C |
| Octal | 152 | 227 | 112 | 36 | 0 | 63 | 51 | 137 | 42 | 54 |
| Binary | 1101010 | 10010111 | 1001010 | 11110 | 0 | 110011 | 101001 | 1011111 | 100010 | 101100 |
Color Harmonies of #6A974A
Complementary color
Monochromatic Colors of #6A974A
Black with #6A974A
Text Example
Text Example
White with #6A974A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A974A; }
p { color: rgb(106,151,74); }
H1.HeaderClassName
{
color: #6A974A;
}
.AnyTagClassName
{
color: #6A974A;
}
</style>
background-color css
<style>
a { background-color: #6A974A; }
a { background-color: rgb(106,151,74); }
div.DivClassName
{
background-color: #6A974A;
}
.BgClassName
{
background-color: #6A974A;
}
</style>
border-color css
<style>
span { border-color: #6A974A; }
span { border-color: rgb(106,151,74); }
td.TdClassName
{
border-color: #6A974A;
}
.TagClassName
{
border-color: #6A974A;
}
</style>