Shades of Willow Grove #67765A
Tints of Willow Grove #67765A
RGB
CMYK
RGB Variations
Color information
#67765A (or 0x67765A) is known color: Willow Grove. HEX triplet: 67, 76 and 5A. RGB value is (103,118,90). Sum of RGB (Red+Green+Blue) = 103+118+90=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 118 - color contains mainly: green. Hex color #67765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67765A is #9889A5. Grayscale: #6E6E6E. Windows color (decimal): -9996710 or 5928551. OLE color: 5928551.
HSL color Cylindrical-coordinate representation of color #67765A: hue angle of 92.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #67765A is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 103 | 118 | 90 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.54 |
| HSL | 92.14º | 0.13% | 0.41% | - |
| HSV(B) | 92.14º | 0.24% | 0.46% | - |
| XYZ | 13.92 | 16.58 | 12.14 | - |
| YUV | 110.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 118 | 90 | 0.13 | 0 | 0.24 | 0.54 | 92.14 | 0.13 | 0.41 |
| Hex | 67 | 76 | 5A | D | 0 | 18 | 36 | 5C | D | 29 |
| Octal | 147 | 166 | 132 | 15 | 0 | 30 | 66 | 134 | 15 | 51 |
| Binary | 1100111 | 1110110 | 1011010 | 1101 | 0 | 11000 | 110110 | 1011100 | 1101 | 101001 |
Color Harmonies of #67765A
Complementary color
Monochromatic Colors of #67765A
Black with #67765A
Text Example
Text Example
White with #67765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67765A; }
p { color: rgb(103,118,90); }
H1.HeaderClassName
{
color: #67765A;
}
.AnyTagClassName
{
color: #67765A;
}
</style>
background-color css
<style>
a { background-color: #67765A; }
a { background-color: rgb(103,118,90); }
div.DivClassName
{
background-color: #67765A;
}
.BgClassName
{
background-color: #67765A;
}
</style>
border-color css
<style>
span { border-color: #67765A; }
span { border-color: rgb(103,118,90); }
td.TdClassName
{
border-color: #67765A;
}
.TagClassName
{
border-color: #67765A;
}
</style>