Shades of Willow Grove #6F804F
Tints of Willow Grove #6F804F
RGB
CMYK
RGB Variations
Color information
#6F804F (or 0x6F804F) is known color: Willow Grove. HEX triplet: 6F, 80 and 4F. RGB value is (111,128,79). Sum of RGB (Red+Green+Blue) = 111+128+79=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 128 - color contains mainly: green. Hex color #6F804F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F804F is #907FB0. Grayscale: #757575. Windows color (decimal): -9469873 or 5210223. OLE color: 5210223.
HSL color Cylindrical-coordinate representation of color #6F804F: hue angle of 80.82º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F804F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 128 | 79 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.50 |
| HSL | 80.82º | 0.24% | 0.41% | - |
| HSV(B) | 80.82º | 0.38% | 0.5% | - |
| XYZ | 15.69 | 19.38 | 10.31 | - |
| YUV | 117.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 128 | 79 | 0.13 | 0 | 0.38 | 0.50 | 80.82 | 0.24 | 0.41 |
| Hex | 6F | 80 | 4F | D | 0 | 26 | 32 | 51 | 18 | 29 |
| Octal | 157 | 200 | 117 | 15 | 0 | 46 | 62 | 121 | 30 | 51 |
| Binary | 1101111 | 10000000 | 1001111 | 1101 | 0 | 100110 | 110010 | 1010001 | 11000 | 101001 |
Color Harmonies of #6F804F
Complementary color
Monochromatic Colors of #6F804F
Black with #6F804F
Text Example
Text Example
White with #6F804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F804F; }
p { color: rgb(111,128,79); }
H1.HeaderClassName
{
color: #6F804F;
}
.AnyTagClassName
{
color: #6F804F;
}
</style>
background-color css
<style>
a { background-color: #6F804F; }
a { background-color: rgb(111,128,79); }
div.DivClassName
{
background-color: #6F804F;
}
.BgClassName
{
background-color: #6F804F;
}
</style>
border-color css
<style>
span { border-color: #6F804F; }
span { border-color: rgb(111,128,79); }
td.TdClassName
{
border-color: #6F804F;
}
.TagClassName
{
border-color: #6F804F;
}
</style>