Shades of Willow Grove #6B7D58
Tints of Willow Grove #6B7D58
RGB
CMYK
RGB Variations
Color information
#6B7D58 (or 0x6B7D58) is known color: Willow Grove. HEX triplet: 6B, 7D and 58. RGB value is (107,125,88). Sum of RGB (Red+Green+Blue) = 107+125+88=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 125 - color contains mainly: green. Hex color #6B7D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7D58 is #9482A7. Grayscale: #737373. Windows color (decimal): -9732776 or 5799275. OLE color: 5799275.
HSL color Cylindrical-coordinate representation of color #6B7D58: hue angle of 89.19º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B7D58 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 125 | 88 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.51 |
| HSL | 89.19º | 0.17% | 0.42% | - |
| HSV(B) | 89.19º | 0.3% | 0.49% | - |
| XYZ | 15.16 | 18.5 | 12 | - |
| YUV | 115.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 88 | 0.14 | 0 | 0.30 | 0.51 | 89.19 | 0.17 | 0.42 |
| Hex | 6B | 7D | 58 | E | 0 | 1E | 33 | 59 | 11 | 2A |
| Octal | 153 | 175 | 130 | 16 | 0 | 36 | 63 | 131 | 21 | 52 |
| Binary | 1101011 | 1111101 | 1011000 | 1110 | 0 | 11110 | 110011 | 1011001 | 10001 | 101010 |
Color Harmonies of #6B7D58
Complementary color
Monochromatic Colors of #6B7D58
Black with #6B7D58
Text Example
Text Example
White with #6B7D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7D58; }
p { color: rgb(107,125,88); }
H1.HeaderClassName
{
color: #6B7D58;
}
.AnyTagClassName
{
color: #6B7D58;
}
</style>
background-color css
<style>
a { background-color: #6B7D58; }
a { background-color: rgb(107,125,88); }
div.DivClassName
{
background-color: #6B7D58;
}
.BgClassName
{
background-color: #6B7D58;
}
</style>
border-color css
<style>
span { border-color: #6B7D58; }
span { border-color: rgb(107,125,88); }
td.TdClassName
{
border-color: #6B7D58;
}
.TagClassName
{
border-color: #6B7D58;
}
</style>