Shades of Willow Grove #6A7951
Tints of Willow Grove #6A7951
RGB
CMYK
RGB Variations
Color information
#6A7951 (or 0x6A7951) is known color: Willow Grove. HEX triplet: 6A, 79 and 51. RGB value is (106,121,81). Sum of RGB (Red+Green+Blue) = 106+121+81=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7951 is #9586AE. Grayscale: #707070. Windows color (decimal): -9799343 or 5339498. OLE color: 5339498.
HSL color Cylindrical-coordinate representation of color #6A7951: hue angle of 82.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A7951 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 81 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.53 |
| HSL | 82.5º | 0.2% | 0.4% | - |
| HSV(B) | 82.5º | 0.33% | 0.47% | - |
| XYZ | 14.27 | 17.33 | 10.38 | - |
| YUV | 111.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 81 | 0.12 | 0 | 0.33 | 0.53 | 82.5 | 0.2 | 0.4 |
| Hex | 6A | 79 | 51 | C | 0 | 21 | 35 | 52 | 14 | 28 |
| Octal | 152 | 171 | 121 | 14 | 0 | 41 | 65 | 122 | 24 | 50 |
| Binary | 1101010 | 1111001 | 1010001 | 1100 | 0 | 100001 | 110101 | 1010010 | 10100 | 101000 |
Color Harmonies of #6A7951
Complementary color
Monochromatic Colors of #6A7951
Black with #6A7951
Text Example
Text Example
White with #6A7951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7951; }
p { color: rgb(106,121,81); }
H1.HeaderClassName
{
color: #6A7951;
}
.AnyTagClassName
{
color: #6A7951;
}
</style>
background-color css
<style>
a { background-color: #6A7951; }
a { background-color: rgb(106,121,81); }
div.DivClassName
{
background-color: #6A7951;
}
.BgClassName
{
background-color: #6A7951;
}
</style>
border-color css
<style>
span { border-color: #6A7951; }
span { border-color: rgb(106,121,81); }
td.TdClassName
{
border-color: #6A7951;
}
.TagClassName
{
border-color: #6A7951;
}
</style>