Shades of Willow Grove #6F7D53
Tints of Willow Grove #6F7D53
RGB
CMYK
RGB Variations
Color information
#6F7D53 (or 0x6F7D53) is known color: Willow Grove. HEX triplet: 6F, 7D and 53. RGB value is (111,125,83). Sum of RGB (Red+Green+Blue) = 111+125+83=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 125 - color contains mainly: green. Hex color #6F7D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7D53 is #9082AC. Grayscale: #747474. Windows color (decimal): -9470637 or 5471599. OLE color: 5471599.
HSL color Cylindrical-coordinate representation of color #6F7D53: hue angle of 80º degrees, saturation: 0.2, 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 #6F7D53 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 125 | 83 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.51 |
| HSL | 80º | 0.2% | 0.41% | - |
| HSV(B) | 80º | 0.34% | 0.49% | - |
| XYZ | 15.45 | 18.67 | 10.97 | - |
| YUV | 116.03 | 109.36 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 83 | 0.11 | 0 | 0.34 | 0.51 | 80 | 0.2 | 0.41 |
| Hex | 6F | 7D | 53 | B | 0 | 22 | 33 | 50 | 14 | 29 |
| Octal | 157 | 175 | 123 | 13 | 0 | 42 | 63 | 120 | 24 | 51 |
| Binary | 1101111 | 1111101 | 1010011 | 1011 | 0 | 100010 | 110011 | 1010000 | 10100 | 101001 |
Color Harmonies of #6F7D53
Complementary color
Monochromatic Colors of #6F7D53
Black with #6F7D53
Text Example
Text Example
White with #6F7D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D53; }
p { color: rgb(111,125,83); }
H1.HeaderClassName
{
color: #6F7D53;
}
.AnyTagClassName
{
color: #6F7D53;
}
</style>
background-color css
<style>
a { background-color: #6F7D53; }
a { background-color: rgb(111,125,83); }
div.DivClassName
{
background-color: #6F7D53;
}
.BgClassName
{
background-color: #6F7D53;
}
</style>
border-color css
<style>
span { border-color: #6F7D53; }
span { border-color: rgb(111,125,83); }
td.TdClassName
{
border-color: #6F7D53;
}
.TagClassName
{
border-color: #6F7D53;
}
</style>