Shades of Willow Grove #6F8150
Tints of Willow Grove #6F8150
RGB
CMYK
RGB Variations
Color information
#6F8150 (or 0x6F8150) is known color: Willow Grove. HEX triplet: 6F, 81 and 50. RGB value is (111,129,80). Sum of RGB (Red+Green+Blue) = 111+129+80=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8150 is #907EAF. Grayscale: #767676. Windows color (decimal): -9469616 or 5276015. OLE color: 5276015.
HSL color Cylindrical-coordinate representation of color #6F8150: hue angle of 82.04º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F8150 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 80 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.49 |
| HSL | 82.04º | 0.23% | 0.41% | - |
| HSV(B) | 82.04º | 0.38% | 0.51% | - |
| XYZ | 15.85 | 19.66 | 10.55 | - |
| YUV | 118.03 | 106.54 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 80 | 0.14 | 0 | 0.38 | 0.49 | 82.04 | 0.23 | 0.41 |
| Hex | 6F | 81 | 50 | E | 0 | 26 | 31 | 52 | 17 | 29 |
| Octal | 157 | 201 | 120 | 16 | 0 | 46 | 61 | 122 | 27 | 51 |
| Binary | 1101111 | 10000001 | 1010000 | 1110 | 0 | 100110 | 110001 | 1010010 | 10111 | 101001 |
Color Harmonies of #6F8150
Complementary color
Monochromatic Colors of #6F8150
Black with #6F8150
Text Example
Text Example
White with #6F8150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8150; }
p { color: rgb(111,129,80); }
H1.HeaderClassName
{
color: #6F8150;
}
.AnyTagClassName
{
color: #6F8150;
}
</style>
background-color css
<style>
a { background-color: #6F8150; }
a { background-color: rgb(111,129,80); }
div.DivClassName
{
background-color: #6F8150;
}
.BgClassName
{
background-color: #6F8150;
}
</style>
border-color css
<style>
span { border-color: #6F8150; }
span { border-color: rgb(111,129,80); }
td.TdClassName
{
border-color: #6F8150;
}
.TagClassName
{
border-color: #6F8150;
}
</style>