Shades of Willow Grove #6F7E53
Tints of Willow Grove #6F7E53
RGB
CMYK
RGB Variations
Color information
#6F7E53 (or 0x6F7E53) is known color: Willow Grove. HEX triplet: 6F, 7E and 53. RGB value is (111,126,83). Sum of RGB (Red+Green+Blue) = 111+126+83=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 126 (49.61% from 255 or 39.38% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7E53 is #9081AC. Grayscale: #747474. Windows color (decimal): -9470381 or 5471855. OLE color: 5471855.
HSL color Cylindrical-coordinate representation of color #6F7E53: hue angle of 80.93º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F7E53 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 126 | 83 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.51 |
| HSL | 80.93º | 0.21% | 0.41% | - |
| HSV(B) | 80.93º | 0.34% | 0.49% | - |
| XYZ | 15.58 | 18.93 | 11.02 | - |
| YUV | 116.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 83 | 0.12 | 0 | 0.34 | 0.51 | 80.93 | 0.21 | 0.41 |
| Hex | 6F | 7E | 53 | C | 0 | 22 | 33 | 51 | 15 | 29 |
| Octal | 157 | 176 | 123 | 14 | 0 | 42 | 63 | 121 | 25 | 51 |
| Binary | 1101111 | 1111110 | 1010011 | 1100 | 0 | 100010 | 110011 | 1010001 | 10101 | 101001 |
Color Harmonies of #6F7E53
Complementary color
Monochromatic Colors of #6F7E53
Black with #6F7E53
Text Example
Text Example
White with #6F7E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7E53; }
p { color: rgb(111,126,83); }
H1.HeaderClassName
{
color: #6F7E53;
}
.AnyTagClassName
{
color: #6F7E53;
}
</style>
background-color css
<style>
a { background-color: #6F7E53; }
a { background-color: rgb(111,126,83); }
div.DivClassName
{
background-color: #6F7E53;
}
.BgClassName
{
background-color: #6F7E53;
}
</style>
border-color css
<style>
span { border-color: #6F7E53; }
span { border-color: rgb(111,126,83); }
td.TdClassName
{
border-color: #6F7E53;
}
.TagClassName
{
border-color: #6F7E53;
}
</style>