Shades of Willow Grove #67755A
Tints of Willow Grove #67755A
RGB
CMYK
RGB Variations
Color information
#67755A (or 0x67755A) is known color: Willow Grove. HEX triplet: 67, 75 and 5A. RGB value is (103,117,90). Sum of RGB (Red+Green+Blue) = 103+117+90=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 117 - color contains mainly: green. Hex color #67755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67755A is #988AA5. Grayscale: #6D6D6D. Windows color (decimal): -9996966 or 5928295. OLE color: 5928295.
HSL color Cylindrical-coordinate representation of color #67755A: hue angle of 91.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67755A is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 117 | 90 | - |
| CMYK | 0.12 | 0 | 0.23 | 0.54 |
| HSL | 91.11º | 0.13% | 0.41% | - |
| HSV(B) | 91.11º | 0.23% | 0.46% | - |
| XYZ | 13.8 | 16.34 | 12.1 | - |
| YUV | 109.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 117 | 90 | 0.12 | 0 | 0.23 | 0.54 | 91.11 | 0.13 | 0.41 |
| Hex | 67 | 75 | 5A | C | 0 | 17 | 36 | 5B | D | 29 |
| Octal | 147 | 165 | 132 | 14 | 0 | 27 | 66 | 133 | 15 | 51 |
| Binary | 1100111 | 1110101 | 1011010 | 1100 | 0 | 10111 | 110110 | 1011011 | 1101 | 101001 |
Color Harmonies of #67755A
Complementary color
Monochromatic Colors of #67755A
Black with #67755A
Text Example
Text Example
White with #67755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67755A; }
p { color: rgb(103,117,90); }
H1.HeaderClassName
{
color: #67755A;
}
.AnyTagClassName
{
color: #67755A;
}
</style>
background-color css
<style>
a { background-color: #67755A; }
a { background-color: rgb(103,117,90); }
div.DivClassName
{
background-color: #67755A;
}
.BgClassName
{
background-color: #67755A;
}
</style>
border-color css
<style>
span { border-color: #67755A; }
span { border-color: rgb(103,117,90); }
td.TdClassName
{
border-color: #67755A;
}
.TagClassName
{
border-color: #67755A;
}
</style>