Shades of Willow Grove #6B7B5B
Tints of Willow Grove #6B7B5B
RGB
CMYK
RGB Variations
Color information
#6B7B5B (or 0x6B7B5B) is known color: Willow Grove. HEX triplet: 6B, 7B and 5B. RGB value is (107,123,91). Sum of RGB (Red+Green+Blue) = 107+123+91=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7B5B is #9484A4. Grayscale: #727272. Windows color (decimal): -9733285 or 5995371. OLE color: 5995371.
HSL color Cylindrical-coordinate representation of color #6B7B5B: hue angle of 90º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B7B5B is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 91 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.52 |
| HSL | 90º | 0.15% | 0.42% | - |
| HSV(B) | 90º | 0.26% | 0.48% | - |
| XYZ | 15.03 | 18.05 | 12.59 | - |
| YUV | 114.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 91 | 0.13 | 0 | 0.26 | 0.52 | 90 | 0.15 | 0.42 |
| Hex | 6B | 7B | 5B | D | 0 | 1A | 34 | 5A | F | 2A |
| Octal | 153 | 173 | 133 | 15 | 0 | 32 | 64 | 132 | 17 | 52 |
| Binary | 1101011 | 1111011 | 1011011 | 1101 | 0 | 11010 | 110100 | 1011010 | 1111 | 101010 |
Color Harmonies of #6B7B5B
Complementary color
Monochromatic Colors of #6B7B5B
Black with #6B7B5B
Text Example
Text Example
White with #6B7B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B5B; }
p { color: rgb(107,123,91); }
H1.HeaderClassName
{
color: #6B7B5B;
}
.AnyTagClassName
{
color: #6B7B5B;
}
</style>
background-color css
<style>
a { background-color: #6B7B5B; }
a { background-color: rgb(107,123,91); }
div.DivClassName
{
background-color: #6B7B5B;
}
.BgClassName
{
background-color: #6B7B5B;
}
</style>
border-color css
<style>
span { border-color: #6B7B5B; }
span { border-color: rgb(107,123,91); }
td.TdClassName
{
border-color: #6B7B5B;
}
.TagClassName
{
border-color: #6B7B5B;
}
</style>