Shades of Willow Grove #6B8357
Tints of Willow Grove #6B8357
RGB
CMYK
RGB Variations
Color information
#6B8357 (or 0x6B8357) is known color: Willow Grove. HEX triplet: 6B, 83 and 57. RGB value is (107,131,87). Sum of RGB (Red+Green+Blue) = 107+131+87=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8357 is #947CA8. Grayscale: #767676. Windows color (decimal): -9731241 or 5735275. OLE color: 5735275.
HSL color Cylindrical-coordinate representation of color #6B8357: hue angle of 92.73º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B8357 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 87 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.49 |
| HSL | 92.73º | 0.2% | 0.43% | - |
| HSV(B) | 92.73º | 0.34% | 0.51% | - |
| XYZ | 15.9 | 20.05 | 12.05 | - |
| YUV | 118.81 | 110.05 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 87 | 0.18 | 0 | 0.34 | 0.49 | 92.73 | 0.2 | 0.43 |
| Hex | 6B | 83 | 57 | 12 | 0 | 22 | 31 | 5D | 14 | 2B |
| Octal | 153 | 203 | 127 | 22 | 0 | 42 | 61 | 135 | 24 | 53 |
| Binary | 1101011 | 10000011 | 1010111 | 10010 | 0 | 100010 | 110001 | 1011101 | 10100 | 101011 |
Color Harmonies of #6B8357
Complementary color
Monochromatic Colors of #6B8357
Black with #6B8357
Text Example
Text Example
White with #6B8357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8357; }
p { color: rgb(107,131,87); }
H1.HeaderClassName
{
color: #6B8357;
}
.AnyTagClassName
{
color: #6B8357;
}
</style>
background-color css
<style>
a { background-color: #6B8357; }
a { background-color: rgb(107,131,87); }
div.DivClassName
{
background-color: #6B8357;
}
.BgClassName
{
background-color: #6B8357;
}
</style>
border-color css
<style>
span { border-color: #6B8357; }
span { border-color: rgb(107,131,87); }
td.TdClassName
{
border-color: #6B8357;
}
.TagClassName
{
border-color: #6B8357;
}
</style>