Shades of Willow Grove #6E825B
Tints of Willow Grove #6E825B
RGB
CMYK
RGB Variations
Color information
#6E825B (or 0x6E825B) is known color: Willow Grove. HEX triplet: 6E, 82 and 5B. RGB value is (110,130,91). Sum of RGB (Red+Green+Blue) = 110+130+91=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #6E825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E825B is #917DA4. Grayscale: #777777. Windows color (decimal): -9534885 or 5997166. OLE color: 5997166.
HSL color Cylindrical-coordinate representation of color #6E825B: hue angle of 90.77º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E825B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 91 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.49 |
| HSL | 90.77º | 0.18% | 0.43% | - |
| HSV(B) | 90.77º | 0.3% | 0.51% | - |
| XYZ | 16.3 | 20.04 | 12.91 | - |
| YUV | 119.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 91 | 0.15 | 0 | 0.30 | 0.49 | 90.77 | 0.18 | 0.43 |
| Hex | 6E | 82 | 5B | F | 0 | 1E | 31 | 5B | 12 | 2B |
| Octal | 156 | 202 | 133 | 17 | 0 | 36 | 61 | 133 | 22 | 53 |
| Binary | 1101110 | 10000010 | 1011011 | 1111 | 0 | 11110 | 110001 | 1011011 | 10010 | 101011 |
Color Harmonies of #6E825B
Complementary color
Monochromatic Colors of #6E825B
Black with #6E825B
Text Example
Text Example
White with #6E825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E825B; }
p { color: rgb(110,130,91); }
H1.HeaderClassName
{
color: #6E825B;
}
.AnyTagClassName
{
color: #6E825B;
}
</style>
background-color css
<style>
a { background-color: #6E825B; }
a { background-color: rgb(110,130,91); }
div.DivClassName
{
background-color: #6E825B;
}
.BgClassName
{
background-color: #6E825B;
}
</style>
border-color css
<style>
span { border-color: #6E825B; }
span { border-color: rgb(110,130,91); }
td.TdClassName
{
border-color: #6E825B;
}
.TagClassName
{
border-color: #6E825B;
}
</style>