Shades of Willow Grove #67775A
Tints of Willow Grove #67775A
RGB
CMYK
RGB Variations
Color information
#67775A (or 0x67775A) is known color: Willow Grove. HEX triplet: 67, 77 and 5A. RGB value is (103,119,90). Sum of RGB (Red+Green+Blue) = 103+119+90=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #67775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67775A is #9888A5. Grayscale: #6F6F6F. Windows color (decimal): -9996454 or 5928807. OLE color: 5928807.
HSL color Cylindrical-coordinate representation of color #67775A: hue angle of 93.1º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67775A is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 119 | 90 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.53 |
| HSL | 93.1º | 0.14% | 0.41% | - |
| HSV(B) | 93.1º | 0.24% | 0.47% | - |
| XYZ | 14.04 | 16.82 | 12.18 | - |
| YUV | 110.91 | 116.2 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 119 | 90 | 0.13 | 0 | 0.24 | 0.53 | 93.1 | 0.14 | 0.41 |
| Hex | 67 | 77 | 5A | D | 0 | 18 | 35 | 5D | E | 29 |
| Octal | 147 | 167 | 132 | 15 | 0 | 30 | 65 | 135 | 16 | 51 |
| Binary | 1100111 | 1110111 | 1011010 | 1101 | 0 | 11000 | 110101 | 1011101 | 1110 | 101001 |
Color Harmonies of #67775A
Complementary color
Monochromatic Colors of #67775A
Black with #67775A
Text Example
Text Example
White with #67775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67775A; }
p { color: rgb(103,119,90); }
H1.HeaderClassName
{
color: #67775A;
}
.AnyTagClassName
{
color: #67775A;
}
</style>
background-color css
<style>
a { background-color: #67775A; }
a { background-color: rgb(103,119,90); }
div.DivClassName
{
background-color: #67775A;
}
.BgClassName
{
background-color: #67775A;
}
</style>
border-color css
<style>
span { border-color: #67775A; }
span { border-color: rgb(103,119,90); }
td.TdClassName
{
border-color: #67775A;
}
.TagClassName
{
border-color: #67775A;
}
</style>