Shades of Willow Grove #717B5E
Tints of Willow Grove #717B5E
RGB
CMYK
RGB Variations
Color information
#717B5E (or 0x717B5E) is known color: Willow Grove. HEX triplet: 71, 7B and 5E. RGB value is (113,123,94). Sum of RGB (Red+Green+Blue) = 113+123+94=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #717B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B5E is #8E84A1. Grayscale: #747474. Windows color (decimal): -9340066 or 6191985. OLE color: 6191985.
HSL color Cylindrical-coordinate representation of color #717B5E: hue angle of 80.69º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #717B5E is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
RGB | 113 | 123 | 94 | - |
CMYK | 0.08 | 0 | 0.24 | 0.52 |
HSL | 80.69º | 0.13% | 0.43% | - |
HSV(B) | 80.69º | 0.24% | 0.48% | - |
XYZ | 15.91 | 18.48 | 13.32 | - |
YUV | 116.7 | 115.19 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 123 | 94 | 0.08 | 0 | 0.24 | 0.52 | 80.69 | 0.13 | 0.43 |
Hex | 71 | 7B | 5E | 8 | 0 | 18 | 34 | 51 | D | 2B |
Octal | 161 | 173 | 136 | 10 | 0 | 30 | 64 | 121 | 15 | 53 |
Binary | 1110001 | 1111011 | 1011110 | 1000 | 0 | 11000 | 110100 | 1010001 | 1101 | 101011 |
Color Harmonies of #717B5E
Complementary color
Monochromatic Colors of #717B5E
Black with #717B5E
Text Example
Text Example
White with #717B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B5E; }
p { color: rgb(113,123,94); }
H1.HeaderClassName
{
color: #717B5E;
}
.AnyTagClassName
{
color: #717B5E;
}
</style>
background-color css
<style>
a { background-color: #717B5E; }
a { background-color: rgb(113,123,94); }
div.DivClassName
{
background-color: #717B5E;
}
.BgClassName
{
background-color: #717B5E;
}
</style>
border-color css
<style>
span { border-color: #717B5E; }
span { border-color: rgb(113,123,94); }
td.TdClassName
{
border-color: #717B5E;
}
.TagClassName
{
border-color: #717B5E;
}
</style>