Shades of Willow Grove #67765B
Tints of Willow Grove #67765B
RGB
CMYK
RGB Variations
Color information
#67765B (or 0x67765B) is known color: Willow Grove. HEX triplet: 67, 76 and 5B. RGB value is (103,118,91). Sum of RGB (Red+Green+Blue) = 103+118+91=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #67765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67765B is #9889A4. Grayscale: #6E6E6E. Windows color (decimal): -9996709 or 5994087. OLE color: 5994087.
HSL color Cylindrical-coordinate representation of color #67765B: hue angle of 93.33º 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 #67765B is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 91 | - |
| CMYK | 0.13 | 0 | 0.23 | 0.54 |
| HSL | 93.33º | 0.13% | 0.41% | - |
| HSV(B) | 93.33º | 0.23% | 0.46% | - |
| XYZ | 13.96 | 16.6 | 12.37 | - |
| YUV | 110.44 | 117.03 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 91 | 0.13 | 0 | 0.23 | 0.54 | 93.33 | 0.13 | 0.41 |
| Hex | 67 | 76 | 5B | D | 0 | 17 | 36 | 5D | D | 29 |
| Octal | 147 | 166 | 133 | 15 | 0 | 27 | 66 | 135 | 15 | 51 |
| Binary | 1100111 | 1110110 | 1011011 | 1101 | 0 | 10111 | 110110 | 1011101 | 1101 | 101001 |
Color Harmonies of #67765B
Complementary color
Monochromatic Colors of #67765B
Black with #67765B
Text Example
Text Example
White with #67765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67765B; }
p { color: rgb(103,118,91); }
H1.HeaderClassName
{
color: #67765B;
}
.AnyTagClassName
{
color: #67765B;
}
</style>
background-color css
<style>
a { background-color: #67765B; }
a { background-color: rgb(103,118,91); }
div.DivClassName
{
background-color: #67765B;
}
.BgClassName
{
background-color: #67765B;
}
</style>
border-color css
<style>
span { border-color: #67765B; }
span { border-color: rgb(103,118,91); }
td.TdClassName
{
border-color: #67765B;
}
.TagClassName
{
border-color: #67765B;
}
</style>