Shades of Willow Grove #67795A
Tints of Willow Grove #67795A
RGB
CMYK
RGB Variations
Color information
#67795A (or 0x67795A) is known color: Willow Grove. HEX triplet: 67, 79 and 5A. RGB value is (103,121,90). Sum of RGB (Red+Green+Blue) = 103+121+90=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #67795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67795A is #9886A5. Grayscale: #707070. Windows color (decimal): -9995942 or 5929319. OLE color: 5929319.
HSL color Cylindrical-coordinate representation of color #67795A: hue angle of 94.84º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67795A is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 121 | 90 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.53 |
| HSL | 94.84º | 0.15% | 0.41% | - |
| HSV(B) | 94.84º | 0.26% | 0.47% | - |
| XYZ | 14.28 | 17.3 | 12.26 | - |
| YUV | 112.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 90 | 0.15 | 0 | 0.26 | 0.53 | 94.84 | 0.15 | 0.41 |
| Hex | 67 | 79 | 5A | F | 0 | 1A | 35 | 5F | F | 29 |
| Octal | 147 | 171 | 132 | 17 | 0 | 32 | 65 | 137 | 17 | 51 |
| Binary | 1100111 | 1111001 | 1011010 | 1111 | 0 | 11010 | 110101 | 1011111 | 1111 | 101001 |
Color Harmonies of #67795A
Complementary color
Monochromatic Colors of #67795A
Black with #67795A
Text Example
Text Example
White with #67795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67795A; }
p { color: rgb(103,121,90); }
H1.HeaderClassName
{
color: #67795A;
}
.AnyTagClassName
{
color: #67795A;
}
</style>
background-color css
<style>
a { background-color: #67795A; }
a { background-color: rgb(103,121,90); }
div.DivClassName
{
background-color: #67795A;
}
.BgClassName
{
background-color: #67795A;
}
</style>
border-color css
<style>
span { border-color: #67795A; }
span { border-color: rgb(103,121,90); }
td.TdClassName
{
border-color: #67795A;
}
.TagClassName
{
border-color: #67795A;
}
</style>