Shades of Willow Grove #69725A
Tints of Willow Grove #69725A
RGB
CMYK
RGB Variations
Color information
#69725A (or 0x69725A) is known color: Willow Grove. HEX triplet: 69, 72 and 5A. RGB value is (105,114,90). Sum of RGB (Red+Green+Blue) = 105+114+90=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 114 - color contains mainly: green. Hex color #69725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69725A is #968DA5. Grayscale: #6C6C6C. Windows color (decimal): -9866662 or 5927529. OLE color: 5927529.
HSL color Cylindrical-coordinate representation of color #69725A: hue angle of 82.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #69725A is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 114 | 90 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.55 |
| HSL | 82.5º | 0.12% | 0.4% | - |
| HSV(B) | 82.5º | 0.21% | 0.45% | - |
| XYZ | 13.69 | 15.78 | 12 | - |
| YUV | 108.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 90 | 0.08 | 0 | 0.21 | 0.55 | 82.5 | 0.12 | 0.4 |
| Hex | 69 | 72 | 5A | 8 | 0 | 15 | 37 | 52 | C | 28 |
| Octal | 151 | 162 | 132 | 10 | 0 | 25 | 67 | 122 | 14 | 50 |
| Binary | 1101001 | 1110010 | 1011010 | 1000 | 0 | 10101 | 110111 | 1010010 | 1100 | 101000 |
Color Harmonies of #69725A
Complementary color
Monochromatic Colors of #69725A
Black with #69725A
Text Example
Text Example
White with #69725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69725A; }
p { color: rgb(105,114,90); }
H1.HeaderClassName
{
color: #69725A;
}
.AnyTagClassName
{
color: #69725A;
}
</style>
background-color css
<style>
a { background-color: #69725A; }
a { background-color: rgb(105,114,90); }
div.DivClassName
{
background-color: #69725A;
}
.BgClassName
{
background-color: #69725A;
}
</style>
border-color css
<style>
span { border-color: #69725A; }
span { border-color: rgb(105,114,90); }
td.TdClassName
{
border-color: #69725A;
}
.TagClassName
{
border-color: #69725A;
}
</style>