Shades of Willow Grove #6A7462
Tints of Willow Grove #6A7462
RGB
CMYK
RGB Variations
Color information
#6A7462 (or 0x6A7462) is known color: Willow Grove. HEX triplet: 6A, 74 and 62. RGB value is (106,116,98). Sum of RGB (Red+Green+Blue) = 106+116+98=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7462 is #958B9D. Grayscale: #6F6F6F. Windows color (decimal): -9800606 or 6452330. OLE color: 6452330.
HSL color Cylindrical-coordinate representation of color #6A7462: hue angle of 93.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A7462 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 116 | 98 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.55 |
| HSL | 93.33º | 0.08% | 0.42% | - |
| HSV(B) | 93.33º | 0.16% | 0.45% | - |
| XYZ | 14.39 | 16.44 | 13.97 | - |
| YUV | 110.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 98 | 0.09 | 0 | 0.16 | 0.55 | 93.33 | 0.08 | 0.42 |
| Hex | 6A | 74 | 62 | 9 | 0 | 10 | 37 | 5D | 8 | 2A |
| Octal | 152 | 164 | 142 | 11 | 0 | 20 | 67 | 135 | 10 | 52 |
| Binary | 1101010 | 1110100 | 1100010 | 1001 | 0 | 10000 | 110111 | 1011101 | 1000 | 101010 |
Color Harmonies of #6A7462
Complementary color
Monochromatic Colors of #6A7462
Black with #6A7462
Text Example
Text Example
White with #6A7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7462; }
p { color: rgb(106,116,98); }
H1.HeaderClassName
{
color: #6A7462;
}
.AnyTagClassName
{
color: #6A7462;
}
</style>
background-color css
<style>
a { background-color: #6A7462; }
a { background-color: rgb(106,116,98); }
div.DivClassName
{
background-color: #6A7462;
}
.BgClassName
{
background-color: #6A7462;
}
</style>
border-color css
<style>
span { border-color: #6A7462; }
span { border-color: rgb(106,116,98); }
td.TdClassName
{
border-color: #6A7462;
}
.TagClassName
{
border-color: #6A7462;
}
</style>