Shades of Willow Grove #6B7F58
Tints of Willow Grove #6B7F58
RGB
CMYK
RGB Variations
Color information
#6B7F58 (or 0x6B7F58) is known color: Willow Grove. HEX triplet: 6B, 7F and 58. RGB value is (107,127,88). Sum of RGB (Red+Green+Blue) = 107+127+88=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 127 (50% from 255 or 39.44% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7F58 is #9480A7. Grayscale: #747474. Windows color (decimal): -9732264 or 5799787. OLE color: 5799787.
HSL color Cylindrical-coordinate representation of color #6B7F58: hue angle of 90.77º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B7F58 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 88 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.50 |
| HSL | 90.77º | 0.18% | 0.42% | - |
| HSV(B) | 90.77º | 0.31% | 0.5% | - |
| XYZ | 15.41 | 19.01 | 12.09 | - |
| YUV | 116.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 88 | 0.16 | 0 | 0.31 | 0.50 | 90.77 | 0.18 | 0.42 |
| Hex | 6B | 7F | 58 | 10 | 0 | 1F | 32 | 5B | 12 | 2A |
| Octal | 153 | 177 | 130 | 20 | 0 | 37 | 62 | 133 | 22 | 52 |
| Binary | 1101011 | 1111111 | 1011000 | 10000 | 0 | 11111 | 110010 | 1011011 | 10010 | 101010 |
Color Harmonies of #6B7F58
Complementary color
Monochromatic Colors of #6B7F58
Black with #6B7F58
Text Example
Text Example
White with #6B7F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F58; }
p { color: rgb(107,127,88); }
H1.HeaderClassName
{
color: #6B7F58;
}
.AnyTagClassName
{
color: #6B7F58;
}
</style>
background-color css
<style>
a { background-color: #6B7F58; }
a { background-color: rgb(107,127,88); }
div.DivClassName
{
background-color: #6B7F58;
}
.BgClassName
{
background-color: #6B7F58;
}
</style>
border-color css
<style>
span { border-color: #6B7F58; }
span { border-color: rgb(107,127,88); }
td.TdClassName
{
border-color: #6B7F58;
}
.TagClassName
{
border-color: #6B7F58;
}
</style>