Shades of Willow Grove #6B7A5B
Tints of Willow Grove #6B7A5B
RGB
CMYK
RGB Variations
Color information
#6B7A5B (or 0x6B7A5B) is known color: Willow Grove. HEX triplet: 6B, 7A and 5B. RGB value is (107,122,91). Sum of RGB (Red+Green+Blue) = 107+122+91=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A5B is #9485A4. Grayscale: #727272. Windows color (decimal): -9733541 or 5995115. OLE color: 5995115.
HSL color Cylindrical-coordinate representation of color #6B7A5B: hue angle of 89.03º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B7A5B is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 91 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.52 |
| HSL | 89.03º | 0.15% | 0.42% | - |
| HSV(B) | 89.03º | 0.25% | 0.48% | - |
| XYZ | 14.91 | 17.8 | 12.55 | - |
| YUV | 113.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 91 | 0.12 | 0 | 0.25 | 0.52 | 89.03 | 0.15 | 0.42 |
| Hex | 6B | 7A | 5B | C | 0 | 19 | 34 | 59 | F | 2A |
| Octal | 153 | 172 | 133 | 14 | 0 | 31 | 64 | 131 | 17 | 52 |
| Binary | 1101011 | 1111010 | 1011011 | 1100 | 0 | 11001 | 110100 | 1011001 | 1111 | 101010 |
Color Harmonies of #6B7A5B
Complementary color
Monochromatic Colors of #6B7A5B
Black with #6B7A5B
Text Example
Text Example
White with #6B7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A5B; }
p { color: rgb(107,122,91); }
H1.HeaderClassName
{
color: #6B7A5B;
}
.AnyTagClassName
{
color: #6B7A5B;
}
</style>
background-color css
<style>
a { background-color: #6B7A5B; }
a { background-color: rgb(107,122,91); }
div.DivClassName
{
background-color: #6B7A5B;
}
.BgClassName
{
background-color: #6B7A5B;
}
</style>
border-color css
<style>
span { border-color: #6B7A5B; }
span { border-color: rgb(107,122,91); }
td.TdClassName
{
border-color: #6B7A5B;
}
.TagClassName
{
border-color: #6B7A5B;
}
</style>