Shades of Willow Grove #73845B
Tints of Willow Grove #73845B
RGB
CMYK
RGB Variations
Color information
#73845B (or 0x73845B) is known color: Willow Grove. HEX triplet: 73, 84 and 5B. RGB value is (115,132,91). Sum of RGB (Red+Green+Blue) = 115+132+91=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 132 - color contains mainly: green. Hex color #73845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73845B is #8C7BA4. Grayscale: #7A7A7A. Windows color (decimal): -9206693 or 5997683. OLE color: 5997683.
HSL color Cylindrical-coordinate representation of color #73845B: hue angle of 84.88º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73845B is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 132 | 91 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.48 |
| HSL | 84.88º | 0.18% | 0.44% | - |
| HSV(B) | 84.88º | 0.31% | 0.52% | - |
| XYZ | 17.21 | 20.9 | 13.03 | - |
| YUV | 122.24 | 110.37 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 132 | 91 | 0.13 | 0 | 0.31 | 0.48 | 84.88 | 0.18 | 0.44 |
| Hex | 73 | 84 | 5B | D | 0 | 1F | 30 | 55 | 12 | 2C |
| Octal | 163 | 204 | 133 | 15 | 0 | 37 | 60 | 125 | 22 | 54 |
| Binary | 1110011 | 10000100 | 1011011 | 1101 | 0 | 11111 | 110000 | 1010101 | 10010 | 101100 |
Color Harmonies of #73845B
Complementary color
Monochromatic Colors of #73845B
Black with #73845B
Text Example
Text Example
White with #73845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73845B; }
p { color: rgb(115,132,91); }
H1.HeaderClassName
{
color: #73845B;
}
.AnyTagClassName
{
color: #73845B;
}
</style>
background-color css
<style>
a { background-color: #73845B; }
a { background-color: rgb(115,132,91); }
div.DivClassName
{
background-color: #73845B;
}
.BgClassName
{
background-color: #73845B;
}
</style>
border-color css
<style>
span { border-color: #73845B; }
span { border-color: rgb(115,132,91); }
td.TdClassName
{
border-color: #73845B;
}
.TagClassName
{
border-color: #73845B;
}
</style>