Shades of Willow Grove #698053
Tints of Willow Grove #698053
RGB
CMYK
RGB Variations
Color information
#698053 (or 0x698053) is known color: Willow Grove. HEX triplet: 69, 80 and 53. RGB value is (105,128,83). Sum of RGB (Red+Green+Blue) = 105+128+83=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 128 - color contains mainly: green. Hex color #698053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698053 is #967FAC. Grayscale: #747474. Windows color (decimal): -9863085 or 5472361. OLE color: 5472361.
HSL color Cylindrical-coordinate representation of color #698053: hue angle of 90.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #698053 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 128 | 83 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.50 |
| HSL | 90.67º | 0.21% | 0.41% | - |
| HSV(B) | 90.67º | 0.35% | 0.5% | - |
| XYZ | 15.11 | 19.07 | 11.07 | - |
| YUV | 115.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 128 | 83 | 0.18 | 0 | 0.35 | 0.50 | 90.67 | 0.21 | 0.41 |
| Hex | 69 | 80 | 53 | 12 | 0 | 23 | 32 | 5B | 15 | 29 |
| Octal | 151 | 200 | 123 | 22 | 0 | 43 | 62 | 133 | 25 | 51 |
| Binary | 1101001 | 10000000 | 1010011 | 10010 | 0 | 100011 | 110010 | 1011011 | 10101 | 101001 |
Color Harmonies of #698053
Complementary color
Monochromatic Colors of #698053
Black with #698053
Text Example
Text Example
White with #698053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698053; }
p { color: rgb(105,128,83); }
H1.HeaderClassName
{
color: #698053;
}
.AnyTagClassName
{
color: #698053;
}
</style>
background-color css
<style>
a { background-color: #698053; }
a { background-color: rgb(105,128,83); }
div.DivClassName
{
background-color: #698053;
}
.BgClassName
{
background-color: #698053;
}
</style>
border-color css
<style>
span { border-color: #698053; }
span { border-color: rgb(105,128,83); }
td.TdClassName
{
border-color: #698053;
}
.TagClassName
{
border-color: #698053;
}
</style>