Shades of Willow Grove #6F815B
Tints of Willow Grove #6F815B
RGB
CMYK
RGB Variations
Color information
#6F815B (or 0x6F815B) is known color: Willow Grove. HEX triplet: 6F, 81 and 5B. RGB value is (111,129,91). Sum of RGB (Red+Green+Blue) = 111+129+91=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #6F815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F815B is #907EA4. Grayscale: #777777. Windows color (decimal): -9469605 or 5996911. OLE color: 5996911.
HSL color Cylindrical-coordinate representation of color #6F815B: hue angle of 88.42º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F815B is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 91 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.49 |
| HSL | 88.42º | 0.17% | 0.43% | - |
| HSV(B) | 88.42º | 0.29% | 0.51% | - |
| XYZ | 16.29 | 19.84 | 12.87 | - |
| YUV | 119.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 91 | 0.14 | 0 | 0.29 | 0.49 | 88.42 | 0.17 | 0.43 |
| Hex | 6F | 81 | 5B | E | 0 | 1D | 31 | 58 | 11 | 2B |
| Octal | 157 | 201 | 133 | 16 | 0 | 35 | 61 | 130 | 21 | 53 |
| Binary | 1101111 | 10000001 | 1011011 | 1110 | 0 | 11101 | 110001 | 1011000 | 10001 | 101011 |
Color Harmonies of #6F815B
Complementary color
Monochromatic Colors of #6F815B
Black with #6F815B
Text Example
Text Example
White with #6F815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F815B; }
p { color: rgb(111,129,91); }
H1.HeaderClassName
{
color: #6F815B;
}
.AnyTagClassName
{
color: #6F815B;
}
</style>
background-color css
<style>
a { background-color: #6F815B; }
a { background-color: rgb(111,129,91); }
div.DivClassName
{
background-color: #6F815B;
}
.BgClassName
{
background-color: #6F815B;
}
</style>
border-color css
<style>
span { border-color: #6F815B; }
span { border-color: rgb(111,129,91); }
td.TdClassName
{
border-color: #6F815B;
}
.TagClassName
{
border-color: #6F815B;
}
</style>