Shades of Willow Grove #6A765B
Tints of Willow Grove #6A765B
RGB
CMYK
RGB Variations
Color information
#6A765B (or 0x6A765B) is known color: Willow Grove. HEX triplet: 6A, 76 and 5B. RGB value is (106,118,91). Sum of RGB (Red+Green+Blue) = 106+118+91=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 118 - color contains mainly: green. Hex color #6A765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A765B is #9589A4. Grayscale: #6F6F6F. Windows color (decimal): -9800101 or 5994090. OLE color: 5994090.
HSL color Cylindrical-coordinate representation of color #6A765B: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A765B is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 91 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.54 |
| HSL | 86.67º | 0.13% | 0.41% | - |
| HSV(B) | 86.67º | 0.23% | 0.46% | - |
| XYZ | 14.31 | 16.78 | 12.38 | - |
| YUV | 111.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 91 | 0.10 | 0 | 0.23 | 0.54 | 86.67 | 0.13 | 0.41 |
| Hex | 6A | 76 | 5B | A | 0 | 17 | 36 | 57 | D | 29 |
| Octal | 152 | 166 | 133 | 12 | 0 | 27 | 66 | 127 | 15 | 51 |
| Binary | 1101010 | 1110110 | 1011011 | 1010 | 0 | 10111 | 110110 | 1010111 | 1101 | 101001 |
Color Harmonies of #6A765B
Complementary color
Monochromatic Colors of #6A765B
Black with #6A765B
Text Example
Text Example
White with #6A765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A765B; }
p { color: rgb(106,118,91); }
H1.HeaderClassName
{
color: #6A765B;
}
.AnyTagClassName
{
color: #6A765B;
}
</style>
background-color css
<style>
a { background-color: #6A765B; }
a { background-color: rgb(106,118,91); }
div.DivClassName
{
background-color: #6A765B;
}
.BgClassName
{
background-color: #6A765B;
}
</style>
border-color css
<style>
span { border-color: #6A765B; }
span { border-color: rgb(106,118,91); }
td.TdClassName
{
border-color: #6A765B;
}
.TagClassName
{
border-color: #6A765B;
}
</style>