Shades of Willow Grove #677252
Tints of Willow Grove #677252
RGB
CMYK
RGB Variations
Color information
#677252 (or 0x677252) is known color: Willow Grove. HEX triplet: 67, 72 and 52. RGB value is (103,114,82). Sum of RGB (Red+Green+Blue) = 103+114+82=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #677252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677252 is #988DAD. Grayscale: #6B6B6B. Windows color (decimal): -9997742 or 5403239. OLE color: 5403239.
HSL color Cylindrical-coordinate representation of color #677252: hue angle of 80.62º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #677252 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 114 | 82 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.55 |
| HSL | 80.63º | 0.16% | 0.38% | - |
| HSV(B) | 80.63º | 0.28% | 0.45% | - |
| XYZ | 13.13 | 15.53 | 10.29 | - |
| YUV | 107.06 | 113.86 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 82 | 0.10 | 0 | 0.28 | 0.55 | 80.63 | 0.16 | 0.38 |
| Hex | 67 | 72 | 52 | A | 0 | 1C | 37 | 51 | 10 | 26 |
| Octal | 147 | 162 | 122 | 12 | 0 | 34 | 67 | 121 | 20 | 46 |
| Binary | 1100111 | 1110010 | 1010010 | 1010 | 0 | 11100 | 110111 | 1010001 | 10000 | 100110 |
Color Harmonies of #677252
Complementary color
Monochromatic Colors of #677252
Black with #677252
Text Example
Text Example
White with #677252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677252; }
p { color: rgb(103,114,82); }
H1.HeaderClassName
{
color: #677252;
}
.AnyTagClassName
{
color: #677252;
}
</style>
background-color css
<style>
a { background-color: #677252; }
a { background-color: rgb(103,114,82); }
div.DivClassName
{
background-color: #677252;
}
.BgClassName
{
background-color: #677252;
}
</style>
border-color css
<style>
span { border-color: #677252; }
span { border-color: rgb(103,114,82); }
td.TdClassName
{
border-color: #677252;
}
.TagClassName
{
border-color: #677252;
}
</style>