Shades of Willow Grove #6A7B5E
Tints of Willow Grove #6A7B5E
RGB
CMYK
RGB Variations
Color information
#6A7B5E (or 0x6A7B5E) is known color: Willow Grove. HEX triplet: 6A, 7B and 5E. RGB value is (106,123,94). Sum of RGB (Red+Green+Blue) = 106+123+94=323 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.82% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7B5E is #9584A1. Grayscale: #727272. Windows color (decimal): -9798818 or 6191978. OLE color: 6191978.
HSL color Cylindrical-coordinate representation of color #6A7B5E: hue angle of 95.17º 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 #6A7B5E is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
RGB | 106 | 123 | 94 | - |
CMYK | 0.14 | 0 | 0.24 | 0.52 |
HSL | 95.17º | 0.13% | 0.43% | - |
HSV(B) | 95.17º | 0.24% | 0.48% | - |
XYZ | 15.05 | 18.04 | 13.28 | - |
YUV | 114.61 | 116.37 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 123 | 94 | 0.14 | 0 | 0.24 | 0.52 | 95.17 | 0.13 | 0.43 |
Hex | 6A | 7B | 5E | E | 0 | 18 | 34 | 5F | D | 2B |
Octal | 152 | 173 | 136 | 16 | 0 | 30 | 64 | 137 | 15 | 53 |
Binary | 1101010 | 1111011 | 1011110 | 1110 | 0 | 11000 | 110100 | 1011111 | 1101 | 101011 |
Color Harmonies of #6A7B5E
Complementary color
Monochromatic Colors of #6A7B5E
Black with #6A7B5E
Text Example
Text Example
White with #6A7B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7B5E; }
p { color: rgb(106,123,94); }
H1.HeaderClassName
{
color: #6A7B5E;
}
.AnyTagClassName
{
color: #6A7B5E;
}
</style>
background-color css
<style>
a { background-color: #6A7B5E; }
a { background-color: rgb(106,123,94); }
div.DivClassName
{
background-color: #6A7B5E;
}
.BgClassName
{
background-color: #6A7B5E;
}
</style>
border-color css
<style>
span { border-color: #6A7B5E; }
span { border-color: rgb(106,123,94); }
td.TdClassName
{
border-color: #6A7B5E;
}
.TagClassName
{
border-color: #6A7B5E;
}
</style>