Shades of Willow Grove #75825B
Tints of Willow Grove #75825B
RGB
CMYK
RGB Variations
Color information
#75825B (or 0x75825B) is known color: Willow Grove. HEX triplet: 75, 82 and 5B. RGB value is (117,130,91). Sum of RGB (Red+Green+Blue) = 117+130+91=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #75825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75825B is #8A7DA4. Grayscale: #797979. Windows color (decimal): -9076133 or 5997173. OLE color: 5997173.
HSL color Cylindrical-coordinate representation of color #75825B: hue angle of 80º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75825B is Cyan = 0.1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 130 | 91 | - |
| CMYK | 0.1 | 0 | 0.30 | 0.49 |
| HSL | 80º | 0.18% | 0.43% | - |
| HSV(B) | 80º | 0.3% | 0.51% | - |
| XYZ | 17.21 | 20.5 | 12.95 | - |
| YUV | 121.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 91 | 0.1 | 0 | 0.30 | 0.49 | 80 | 0.18 | 0.43 |
| Hex | 75 | 82 | 5B | A | 0 | 1E | 31 | 50 | 12 | 2B |
| Octal | 165 | 202 | 133 | 12 | 0 | 36 | 61 | 120 | 22 | 53 |
| Binary | 1110101 | 10000010 | 1011011 | 1010 | 0 | 11110 | 110001 | 1010000 | 10010 | 101011 |
Color Harmonies of #75825B
Complementary color
Monochromatic Colors of #75825B
Black with #75825B
Text Example
Text Example
White with #75825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75825B; }
p { color: rgb(117,130,91); }
H1.HeaderClassName
{
color: #75825B;
}
.AnyTagClassName
{
color: #75825B;
}
</style>
background-color css
<style>
a { background-color: #75825B; }
a { background-color: rgb(117,130,91); }
div.DivClassName
{
background-color: #75825B;
}
.BgClassName
{
background-color: #75825B;
}
</style>
border-color css
<style>
span { border-color: #75825B; }
span { border-color: rgb(117,130,91); }
td.TdClassName
{
border-color: #75825B;
}
.TagClassName
{
border-color: #75825B;
}
</style>