Shades of Willow Grove #75845A
Tints of Willow Grove #75845A
RGB
CMYK
RGB Variations
Color information
#75845A (or 0x75845A) is known color: Willow Grove. HEX triplet: 75, 84 and 5A. RGB value is (117,132,90). Sum of RGB (Red+Green+Blue) = 117+132+90=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #75845A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75845A is #8A7BA5. Grayscale: #7A7A7A. Windows color (decimal): -9075622 or 5932149. OLE color: 5932149.
HSL color Cylindrical-coordinate representation of color #75845A: hue angle of 81.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75845A is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 132 | 90 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.48 |
| HSL | 81.43º | 0.19% | 0.44% | - |
| HSV(B) | 81.43º | 0.32% | 0.52% | - |
| XYZ | 17.43 | 21.02 | 12.81 | - |
| YUV | 122.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 132 | 90 | 0.11 | 0 | 0.32 | 0.48 | 81.43 | 0.19 | 0.44 |
| Hex | 75 | 84 | 5A | B | 0 | 20 | 30 | 51 | 13 | 2C |
| Octal | 165 | 204 | 132 | 13 | 0 | 40 | 60 | 121 | 23 | 54 |
| Binary | 1110101 | 10000100 | 1011010 | 1011 | 0 | 100000 | 110000 | 1010001 | 10011 | 101100 |
Color Harmonies of #75845A
Complementary color
Monochromatic Colors of #75845A
Black with #75845A
Text Example
Text Example
White with #75845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75845A; }
p { color: rgb(117,132,90); }
H1.HeaderClassName
{
color: #75845A;
}
.AnyTagClassName
{
color: #75845A;
}
</style>
background-color css
<style>
a { background-color: #75845A; }
a { background-color: rgb(117,132,90); }
div.DivClassName
{
background-color: #75845A;
}
.BgClassName
{
background-color: #75845A;
}
</style>
border-color css
<style>
span { border-color: #75845A; }
span { border-color: rgb(117,132,90); }
td.TdClassName
{
border-color: #75845A;
}
.TagClassName
{
border-color: #75845A;
}
</style>