Shades of Willow Grove #6B7E4F
Tints of Willow Grove #6B7E4F
RGB
CMYK
RGB Variations
Color information
#6B7E4F (or 0x6B7E4F) is known color: Willow Grove. HEX triplet: 6B, 7E and 4F. RGB value is (107,126,79). Sum of RGB (Red+Green+Blue) = 107+126+79=312 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.29% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7E4F is #9481B0. Grayscale: #737373. Windows color (decimal): -9732529 or 5209707. OLE color: 5209707.
HSL color Cylindrical-coordinate representation of color #6B7E4F: hue angle of 84.26º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B7E4F is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 79 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.51 |
| HSL | 84.26º | 0.23% | 0.4% | - |
| HSV(B) | 84.26º | 0.37% | 0.49% | - |
| XYZ | 14.94 | 18.61 | 10.2 | - |
| YUV | 114.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 79 | 0.15 | 0 | 0.37 | 0.51 | 84.26 | 0.23 | 0.4 |
| Hex | 6B | 7E | 4F | F | 0 | 25 | 33 | 54 | 17 | 28 |
| Octal | 153 | 176 | 117 | 17 | 0 | 45 | 63 | 124 | 27 | 50 |
| Binary | 1101011 | 1111110 | 1001111 | 1111 | 0 | 100101 | 110011 | 1010100 | 10111 | 101000 |
Color Harmonies of #6B7E4F
Complementary color
Monochromatic Colors of #6B7E4F
Black with #6B7E4F
Text Example
Text Example
White with #6B7E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E4F; }
p { color: rgb(107,126,79); }
H1.HeaderClassName
{
color: #6B7E4F;
}
.AnyTagClassName
{
color: #6B7E4F;
}
</style>
background-color css
<style>
a { background-color: #6B7E4F; }
a { background-color: rgb(107,126,79); }
div.DivClassName
{
background-color: #6B7E4F;
}
.BgClassName
{
background-color: #6B7E4F;
}
</style>
border-color css
<style>
span { border-color: #6B7E4F; }
span { border-color: rgb(107,126,79); }
td.TdClassName
{
border-color: #6B7E4F;
}
.TagClassName
{
border-color: #6B7E4F;
}
</style>