Shades of Willow Grove #698254
Tints of Willow Grove #698254
RGB
CMYK
RGB Variations
Color information
#698254 (or 0x698254) is known color: Willow Grove. HEX triplet: 69, 82 and 54. RGB value is (105,130,84). Sum of RGB (Red+Green+Blue) = 105+130+84=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #698254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698254 is #967DAB. Grayscale: #757575. Windows color (decimal): -9862572 or 5538409. OLE color: 5538409.
HSL color Cylindrical-coordinate representation of color #698254: hue angle of 92.61º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #698254 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 84 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.49 |
| HSL | 92.61º | 0.21% | 0.42% | - |
| HSV(B) | 92.61º | 0.35% | 0.51% | - |
| XYZ | 15.41 | 19.61 | 11.36 | - |
| YUV | 117.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 84 | 0.19 | 0 | 0.35 | 0.49 | 92.61 | 0.21 | 0.42 |
| Hex | 69 | 82 | 54 | 13 | 0 | 23 | 31 | 5D | 15 | 2A |
| Octal | 151 | 202 | 124 | 23 | 0 | 43 | 61 | 135 | 25 | 52 |
| Binary | 1101001 | 10000010 | 1010100 | 10011 | 0 | 100011 | 110001 | 1011101 | 10101 | 101010 |
Color Harmonies of #698254
Complementary color
Monochromatic Colors of #698254
Black with #698254
Text Example
Text Example
White with #698254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698254; }
p { color: rgb(105,130,84); }
H1.HeaderClassName
{
color: #698254;
}
.AnyTagClassName
{
color: #698254;
}
</style>
background-color css
<style>
a { background-color: #698254; }
a { background-color: rgb(105,130,84); }
div.DivClassName
{
background-color: #698254;
}
.BgClassName
{
background-color: #698254;
}
</style>
border-color css
<style>
span { border-color: #698254; }
span { border-color: rgb(105,130,84); }
td.TdClassName
{
border-color: #698254;
}
.TagClassName
{
border-color: #698254;
}
</style>