Shades of Willow Grove #6F7867
Tints of Willow Grove #6F7867
RGB
CMYK
RGB Variations
Color information
#6F7867 (or 0x6F7867) is known color: Willow Grove. HEX triplet: 6F, 78 and 67. RGB value is (111,120,103). Sum of RGB (Red+Green+Blue) = 111+120+103=334 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.23% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7867 is #908798. Grayscale: #737373. Windows color (decimal): -9471897 or 6781039. OLE color: 6781039.
HSL color Cylindrical-coordinate representation of color #6F7867: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7867 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 103 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.53 |
| HSL | 91.76º | 0.08% | 0.44% | - |
| HSV(B) | 91.76º | 0.14% | 0.47% | - |
| XYZ | 15.72 | 17.79 | 15.44 | - |
| YUV | 115.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 103 | 0.08 | 0 | 0.14 | 0.53 | 91.76 | 0.08 | 0.44 |
| Hex | 6F | 78 | 67 | 8 | 0 | E | 35 | 5C | 8 | 2C |
| Octal | 157 | 170 | 147 | 10 | 0 | 16 | 65 | 134 | 10 | 54 |
| Binary | 1101111 | 1111000 | 1100111 | 1000 | 0 | 1110 | 110101 | 1011100 | 1000 | 101100 |
Color Harmonies of #6F7867
Complementary color
Monochromatic Colors of #6F7867
Black with #6F7867
Text Example
Text Example
White with #6F7867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7867; }
p { color: rgb(111,120,103); }
H1.HeaderClassName
{
color: #6F7867;
}
.AnyTagClassName
{
color: #6F7867;
}
</style>
background-color css
<style>
a { background-color: #6F7867; }
a { background-color: rgb(111,120,103); }
div.DivClassName
{
background-color: #6F7867;
}
.BgClassName
{
background-color: #6F7867;
}
</style>
border-color css
<style>
span { border-color: #6F7867; }
span { border-color: rgb(111,120,103); }
td.TdClassName
{
border-color: #6F7867;
}
.TagClassName
{
border-color: #6F7867;
}
</style>