Shades of Willow Grove #748459
Tints of Willow Grove #748459
RGB
CMYK
RGB Variations
Color information
#748459 (or 0x748459) is known color: Willow Grove. HEX triplet: 74, 84 and 59. RGB value is (116,132,89). Sum of RGB (Red+Green+Blue) = 116+132+89=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #748459 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748459 is #8B7BA6. Grayscale: #7A7A7A. Windows color (decimal): -9141159 or 5866612. OLE color: 5866612.
HSL color Cylindrical-coordinate representation of color #748459: hue angle of 82.33º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748459 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 89 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.48 |
| HSL | 82.33º | 0.19% | 0.43% | - |
| HSV(B) | 82.33º | 0.33% | 0.52% | - |
| XYZ | 17.26 | 20.94 | 12.58 | - |
| YUV | 122.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 89 | 0.12 | 0 | 0.33 | 0.48 | 82.33 | 0.19 | 0.43 |
| Hex | 74 | 84 | 59 | C | 0 | 21 | 30 | 52 | 13 | 2B |
| Octal | 164 | 204 | 131 | 14 | 0 | 41 | 60 | 122 | 23 | 53 |
| Binary | 1110100 | 10000100 | 1011001 | 1100 | 0 | 100001 | 110000 | 1010010 | 10011 | 101011 |
Color Harmonies of #748459
Complementary color
Monochromatic Colors of #748459
Black with #748459
Text Example
Text Example
White with #748459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748459; }
p { color: rgb(116,132,89); }
H1.HeaderClassName
{
color: #748459;
}
.AnyTagClassName
{
color: #748459;
}
</style>
background-color css
<style>
a { background-color: #748459; }
a { background-color: rgb(116,132,89); }
div.DivClassName
{
background-color: #748459;
}
.BgClassName
{
background-color: #748459;
}
</style>
border-color css
<style>
span { border-color: #748459; }
span { border-color: rgb(116,132,89); }
td.TdClassName
{
border-color: #748459;
}
.TagClassName
{
border-color: #748459;
}
</style>