Shades of Willow Grove #68765A
Tints of Willow Grove #68765A
RGB
CMYK
RGB Variations
Color information
#68765A (or 0x68765A) is known color: Willow Grove. HEX triplet: 68, 76 and 5A. RGB value is (104,118,90). Sum of RGB (Red+Green+Blue) = 104+118+90=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #68765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68765A is #9789A5. Grayscale: #6E6E6E. Windows color (decimal): -9931174 or 5928552. OLE color: 5928552.
HSL color Cylindrical-coordinate representation of color #68765A: hue angle of 90º 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 #68765A is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 90 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.54 |
| HSL | 90º | 0.13% | 0.41% | - |
| HSV(B) | 90º | 0.24% | 0.46% | - |
| XYZ | 14.03 | 16.64 | 12.14 | - |
| YUV | 110.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 90 | 0.12 | 0 | 0.24 | 0.54 | 90 | 0.13 | 0.41 |
| Hex | 68 | 76 | 5A | C | 0 | 18 | 36 | 5A | D | 29 |
| Octal | 150 | 166 | 132 | 14 | 0 | 30 | 66 | 132 | 15 | 51 |
| Binary | 1101000 | 1110110 | 1011010 | 1100 | 0 | 11000 | 110110 | 1011010 | 1101 | 101001 |
Color Harmonies of #68765A
Complementary color
Monochromatic Colors of #68765A
Black with #68765A
Text Example
Text Example
White with #68765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68765A; }
p { color: rgb(104,118,90); }
H1.HeaderClassName
{
color: #68765A;
}
.AnyTagClassName
{
color: #68765A;
}
</style>
background-color css
<style>
a { background-color: #68765A; }
a { background-color: rgb(104,118,90); }
div.DivClassName
{
background-color: #68765A;
}
.BgClassName
{
background-color: #68765A;
}
</style>
border-color css
<style>
span { border-color: #68765A; }
span { border-color: rgb(104,118,90); }
td.TdClassName
{
border-color: #68765A;
}
.TagClassName
{
border-color: #68765A;
}
</style>