Shades of Willow Grove #6F726D
Tints of Willow Grove #6F726D
RGB
CMYK
RGB Variations
Color information
#6F726D (or 0x6F726D) is known color: Willow Grove. HEX triplet: 6F, 72 and 6D. RGB value is (111,114,109). Sum of RGB (Red+Green+Blue) = 111+114+109=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 114 - color contains mainly: green. Hex color #6F726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F726D is #908D92. Grayscale: #707070. Windows color (decimal): -9473427 or 7172719. OLE color: 7172719.
HSL color Cylindrical-coordinate representation of color #6F726D: hue angle of 96º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F726D is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 109 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.55 |
| HSL | 96º | 0.02% | 0.44% | - |
| HSV(B) | 96º | 0.04% | 0.45% | - |
| XYZ | 15.33 | 16.52 | 16.85 | - |
| YUV | 112.53 | 126.01 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 109 | 0.03 | 0 | 0.04 | 0.55 | 96 | 0.02 | 0.44 |
| Hex | 6F | 72 | 6D | 3 | 0 | 4 | 37 | 60 | 2 | 2C |
| Octal | 157 | 162 | 155 | 3 | 0 | 4 | 67 | 140 | 2 | 54 |
| Binary | 1101111 | 1110010 | 1101101 | 11 | 0 | 100 | 110111 | 1100000 | 10 | 101100 |
Color Harmonies of #6F726D
Complementary color
Monochromatic Colors of #6F726D
Black with #6F726D
Text Example
Text Example
White with #6F726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F726D; }
p { color: rgb(111,114,109); }
H1.HeaderClassName
{
color: #6F726D;
}
.AnyTagClassName
{
color: #6F726D;
}
</style>
background-color css
<style>
a { background-color: #6F726D; }
a { background-color: rgb(111,114,109); }
div.DivClassName
{
background-color: #6F726D;
}
.BgClassName
{
background-color: #6F726D;
}
</style>
border-color css
<style>
span { border-color: #6F726D; }
span { border-color: rgb(111,114,109); }
td.TdClassName
{
border-color: #6F726D;
}
.TagClassName
{
border-color: #6F726D;
}
</style>