Shades of Willow Grove #748651
Tints of Willow Grove #748651
RGB
CMYK
RGB Variations
Color information
#748651 (or 0x748651) is known color: Willow Grove. HEX triplet: 74, 86 and 51. RGB value is (116,134,81). Sum of RGB (Red+Green+Blue) = 116+134+81=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #748651 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748651 is #8B79AE. Grayscale: #7A7A7A. Windows color (decimal): -9140655 or 5342836. OLE color: 5342836.
HSL color Cylindrical-coordinate representation of color #748651: hue angle of 80.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #748651 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 134 | 81 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.47 |
| HSL | 80.38º | 0.25% | 0.42% | - |
| HSV(B) | 80.38º | 0.4% | 0.53% | - |
| XYZ | 17.21 | 21.36 | 11 | - |
| YUV | 122.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 134 | 81 | 0.13 | 0 | 0.40 | 0.47 | 80.38 | 0.25 | 0.42 |
| Hex | 74 | 86 | 51 | D | 0 | 28 | 2F | 50 | 19 | 2A |
| Octal | 164 | 206 | 121 | 15 | 0 | 50 | 57 | 120 | 31 | 52 |
| Binary | 1110100 | 10000110 | 1010001 | 1101 | 0 | 101000 | 101111 | 1010000 | 11001 | 101010 |
Color Harmonies of #748651
Complementary color
Monochromatic Colors of #748651
Black with #748651
Text Example
Text Example
White with #748651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748651; }
p { color: rgb(116,134,81); }
H1.HeaderClassName
{
color: #748651;
}
.AnyTagClassName
{
color: #748651;
}
</style>
background-color css
<style>
a { background-color: #748651; }
a { background-color: rgb(116,134,81); }
div.DivClassName
{
background-color: #748651;
}
.BgClassName
{
background-color: #748651;
}
</style>
border-color css
<style>
span { border-color: #748651; }
span { border-color: rgb(116,134,81); }
td.TdClassName
{
border-color: #748651;
}
.TagClassName
{
border-color: #748651;
}
</style>