Shades of Willow Grove #748159
Tints of Willow Grove #748159
RGB
CMYK
RGB Variations
Color information
#748159 (or 0x748159) is known color: Willow Grove. HEX triplet: 74, 81 and 59. RGB value is (116,129,89). Sum of RGB (Red+Green+Blue) = 116+129+89=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #748159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748159 is #8B7EA6. Grayscale: #787878. Windows color (decimal): -9141927 or 5865844. OLE color: 5865844.
HSL color Cylindrical-coordinate representation of color #748159: hue angle of 79.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #748159 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 89 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.49 |
| HSL | 79.5º | 0.18% | 0.43% | - |
| HSV(B) | 79.5º | 0.31% | 0.51% | - |
| XYZ | 16.86 | 20.13 | 12.45 | - |
| YUV | 120.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 89 | 0.10 | 0 | 0.31 | 0.49 | 79.5 | 0.18 | 0.43 |
| Hex | 74 | 81 | 59 | A | 0 | 1F | 31 | 50 | 12 | 2B |
| Octal | 164 | 201 | 131 | 12 | 0 | 37 | 61 | 120 | 22 | 53 |
| Binary | 1110100 | 10000001 | 1011001 | 1010 | 0 | 11111 | 110001 | 1010000 | 10010 | 101011 |
Color Harmonies of #748159
Complementary color
Monochromatic Colors of #748159
Black with #748159
Text Example
Text Example
White with #748159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748159; }
p { color: rgb(116,129,89); }
H1.HeaderClassName
{
color: #748159;
}
.AnyTagClassName
{
color: #748159;
}
</style>
background-color css
<style>
a { background-color: #748159; }
a { background-color: rgb(116,129,89); }
div.DivClassName
{
background-color: #748159;
}
.BgClassName
{
background-color: #748159;
}
</style>
border-color css
<style>
span { border-color: #748159; }
span { border-color: rgb(116,129,89); }
td.TdClassName
{
border-color: #748159;
}
.TagClassName
{
border-color: #748159;
}
</style>