Shades of Willow Grove #6F7A58
Tints of Willow Grove #6F7A58
RGB
CMYK
RGB Variations
Color information
#6F7A58 (or 0x6F7A58) is known color: Willow Grove. HEX triplet: 6F, 7A and 58. RGB value is (111,122,88). Sum of RGB (Red+Green+Blue) = 111+122+88=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A58 is #9085A7. Grayscale: #727272. Windows color (decimal): -9471400 or 5798511. OLE color: 5798511.
HSL color Cylindrical-coordinate representation of color #6F7A58: hue angle of 79.41º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F7A58 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 122 | 88 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.52 |
| HSL | 79.41º | 0.16% | 0.41% | - |
| HSV(B) | 79.41º | 0.28% | 0.48% | - |
| XYZ | 15.28 | 18 | 11.9 | - |
| YUV | 114.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 88 | 0.09 | 0 | 0.28 | 0.52 | 79.41 | 0.16 | 0.41 |
| Hex | 6F | 7A | 58 | 9 | 0 | 1C | 34 | 4F | 10 | 29 |
| Octal | 157 | 172 | 130 | 11 | 0 | 34 | 64 | 117 | 20 | 51 |
| Binary | 1101111 | 1111010 | 1011000 | 1001 | 0 | 11100 | 110100 | 1001111 | 10000 | 101001 |
Color Harmonies of #6F7A58
Complementary color
Monochromatic Colors of #6F7A58
Black with #6F7A58
Text Example
Text Example
White with #6F7A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7A58; }
p { color: rgb(111,122,88); }
H1.HeaderClassName
{
color: #6F7A58;
}
.AnyTagClassName
{
color: #6F7A58;
}
</style>
background-color css
<style>
a { background-color: #6F7A58; }
a { background-color: rgb(111,122,88); }
div.DivClassName
{
background-color: #6F7A58;
}
.BgClassName
{
background-color: #6F7A58;
}
</style>
border-color css
<style>
span { border-color: #6F7A58; }
span { border-color: rgb(111,122,88); }
td.TdClassName
{
border-color: #6F7A58;
}
.TagClassName
{
border-color: #6F7A58;
}
</style>