Shades of Willow Grove #6F7E4E
Tints of Willow Grove #6F7E4E
RGB
CMYK
RGB Variations
Color information
#6F7E4E (or 0x6F7E4E) is known color: Willow Grove. HEX triplet: 6F, 7E and 4E. RGB value is (111,126,78). Sum of RGB (Red+Green+Blue) = 111+126+78=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 126 (49.61% from 255 or 40% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7E4E is #9081B1. Grayscale: #747474. Windows color (decimal): -9470386 or 5144175. OLE color: 5144175.
HSL color Cylindrical-coordinate representation of color #6F7E4E: hue angle of 78.75º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F7E4E is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 126 | 78 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.51 |
| HSL | 78.75º | 0.24% | 0.4% | - |
| HSV(B) | 78.75º | 0.38% | 0.49% | - |
| XYZ | 15.39 | 18.85 | 10.04 | - |
| YUV | 116.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 78 | 0.12 | 0 | 0.38 | 0.51 | 78.75 | 0.24 | 0.4 |
| Hex | 6F | 7E | 4E | C | 0 | 26 | 33 | 4F | 18 | 28 |
| Octal | 157 | 176 | 116 | 14 | 0 | 46 | 63 | 117 | 30 | 50 |
| Binary | 1101111 | 1111110 | 1001110 | 1100 | 0 | 100110 | 110011 | 1001111 | 11000 | 101000 |
Color Harmonies of #6F7E4E
Complementary color
Monochromatic Colors of #6F7E4E
Black with #6F7E4E
Text Example
Text Example
White with #6F7E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7E4E; }
p { color: rgb(111,126,78); }
H1.HeaderClassName
{
color: #6F7E4E;
}
.AnyTagClassName
{
color: #6F7E4E;
}
</style>
background-color css
<style>
a { background-color: #6F7E4E; }
a { background-color: rgb(111,126,78); }
div.DivClassName
{
background-color: #6F7E4E;
}
.BgClassName
{
background-color: #6F7E4E;
}
</style>
border-color css
<style>
span { border-color: #6F7E4E; }
span { border-color: rgb(111,126,78); }
td.TdClassName
{
border-color: #6F7E4E;
}
.TagClassName
{
border-color: #6F7E4E;
}
</style>