Shades of Willow Grove #6E7F5D
Tints of Willow Grove #6E7F5D
RGB
CMYK
RGB Variations
Color information
#6E7F5D (or 0x6E7F5D) is known color: Willow Grove. HEX triplet: 6E, 7F and 5D. RGB value is (110,127,93). Sum of RGB (Red+Green+Blue) = 110+127+93=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #6E7F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7F5D is #9180A2. Grayscale: #767676. Windows color (decimal): -9535651 or 6127470. OLE color: 6127470.
HSL color Cylindrical-coordinate representation of color #6E7F5D: hue angle of 90º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E7F5D is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 110 | 127 | 93 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.50 |
| HSL | 90º | 0.15% | 0.43% | - |
| HSV(B) | 90º | 0.27% | 0.5% | - |
| XYZ | 16 | 19.28 | 13.24 | - |
| YUV | 118.04 | 113.87 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 93 | 0.13 | 0 | 0.27 | 0.50 | 90 | 0.15 | 0.43 |
| Hex | 6E | 7F | 5D | D | 0 | 1B | 32 | 5A | F | 2B |
| Octal | 156 | 177 | 135 | 15 | 0 | 33 | 62 | 132 | 17 | 53 |
| Binary | 1101110 | 1111111 | 1011101 | 1101 | 0 | 11011 | 110010 | 1011010 | 1111 | 101011 |
Color Harmonies of #6E7F5D
Complementary color
Monochromatic Colors of #6E7F5D
Black with #6E7F5D
Text Example
Text Example
White with #6E7F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7F5D; }
p { color: rgb(110,127,93); }
H1.HeaderClassName
{
color: #6E7F5D;
}
.AnyTagClassName
{
color: #6E7F5D;
}
</style>
background-color css
<style>
a { background-color: #6E7F5D; }
a { background-color: rgb(110,127,93); }
div.DivClassName
{
background-color: #6E7F5D;
}
.BgClassName
{
background-color: #6E7F5D;
}
</style>
border-color css
<style>
span { border-color: #6E7F5D; }
span { border-color: rgb(110,127,93); }
td.TdClassName
{
border-color: #6E7F5D;
}
.TagClassName
{
border-color: #6E7F5D;
}
</style>