Shades of Willow Grove #62695C
Tints of Willow Grove #62695C
RGB
CMYK
RGB Variations
Color information
#62695C (or 0x62695C) is known color: Willow Grove. HEX triplet: 62, 69 and 5C. RGB value is (98,105,92). Sum of RGB (Red+Green+Blue) = 98+105+92=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 105 - color contains mainly: green. Hex color #62695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62695C is #9D96A3. Grayscale: #656565. Windows color (decimal): -10327716 or 6056290. OLE color: 6056290.
HSL color Cylindrical-coordinate representation of color #62695C: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62695C is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 105 | 92 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.59 |
| HSL | 92.31º | 0.07% | 0.39% | - |
| HSV(B) | 92.31º | 0.12% | 0.41% | - |
| XYZ | 12.02 | 13.47 | 12.09 | - |
| YUV | 101.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 92 | 0.07 | 0 | 0.12 | 0.59 | 92.31 | 0.07 | 0.39 |
| Hex | 62 | 69 | 5C | 7 | 0 | C | 3B | 5C | 7 | 27 |
| Octal | 142 | 151 | 134 | 7 | 0 | 14 | 73 | 134 | 7 | 47 |
| Binary | 1100010 | 1101001 | 1011100 | 111 | 0 | 1100 | 111011 | 1011100 | 111 | 100111 |
Color Harmonies of #62695C
Complementary color
Monochromatic Colors of #62695C
Black with #62695C
Text Example
Text Example
White with #62695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62695C; }
p { color: rgb(98,105,92); }
H1.HeaderClassName
{
color: #62695C;
}
.AnyTagClassName
{
color: #62695C;
}
</style>
background-color css
<style>
a { background-color: #62695C; }
a { background-color: rgb(98,105,92); }
div.DivClassName
{
background-color: #62695C;
}
.BgClassName
{
background-color: #62695C;
}
</style>
border-color css
<style>
span { border-color: #62695C; }
span { border-color: rgb(98,105,92); }
td.TdClassName
{
border-color: #62695C;
}
.TagClassName
{
border-color: #62695C;
}
</style>