Shades of Willow Grove #6A755B
Tints of Willow Grove #6A755B
RGB
CMYK
RGB Variations
Color information
#6A755B (or 0x6A755B) is known color: Willow Grove. HEX triplet: 6A, 75 and 5B. RGB value is (106,117,91). Sum of RGB (Red+Green+Blue) = 106+117+91=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #6A755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A755B is #958AA4. Grayscale: #6E6E6E. Windows color (decimal): -9800357 or 5993834. OLE color: 5993834.
HSL color Cylindrical-coordinate representation of color #6A755B: hue angle of 85.38º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A755B is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 117 | 91 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.54 |
| HSL | 85.38º | 0.13% | 0.41% | - |
| HSV(B) | 85.38º | 0.22% | 0.46% | - |
| XYZ | 14.19 | 16.54 | 12.34 | - |
| YUV | 110.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 91 | 0.09 | 0 | 0.22 | 0.54 | 85.38 | 0.13 | 0.41 |
| Hex | 6A | 75 | 5B | 9 | 0 | 16 | 36 | 55 | C | 29 |
| Octal | 152 | 165 | 133 | 11 | 0 | 26 | 66 | 125 | 14 | 51 |
| Binary | 1101010 | 1110101 | 1011011 | 1001 | 0 | 10110 | 110110 | 1010101 | 1100 | 101001 |
Color Harmonies of #6A755B
Complementary color
Monochromatic Colors of #6A755B
Black with #6A755B
Text Example
Text Example
White with #6A755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A755B; }
p { color: rgb(106,117,91); }
H1.HeaderClassName
{
color: #6A755B;
}
.AnyTagClassName
{
color: #6A755B;
}
</style>
background-color css
<style>
a { background-color: #6A755B; }
a { background-color: rgb(106,117,91); }
div.DivClassName
{
background-color: #6A755B;
}
.BgClassName
{
background-color: #6A755B;
}
</style>
border-color css
<style>
span { border-color: #6A755B; }
span { border-color: rgb(106,117,91); }
td.TdClassName
{
border-color: #6A755B;
}
.TagClassName
{
border-color: #6A755B;
}
</style>