Shades of Willow Grove #6A7D5B
Tints of Willow Grove #6A7D5B
RGB
CMYK
RGB Variations
Color information
#6A7D5B (or 0x6A7D5B) is known color: Willow Grove. HEX triplet: 6A, 7D and 5B. RGB value is (106,125,91). Sum of RGB (Red+Green+Blue) = 106+125+91=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7D5B is #9582A4. Grayscale: #737373. Windows color (decimal): -9798309 or 5995882. OLE color: 5995882.
HSL color Cylindrical-coordinate representation of color #6A7D5B: hue angle of 93.53º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A7D5B is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 125 | 91 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.51 |
| HSL | 93.53º | 0.16% | 0.42% | - |
| HSV(B) | 93.53º | 0.27% | 0.49% | - |
| XYZ | 15.17 | 18.49 | 12.67 | - |
| YUV | 115.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 125 | 91 | 0.15 | 0 | 0.27 | 0.51 | 93.53 | 0.16 | 0.42 |
| Hex | 6A | 7D | 5B | F | 0 | 1B | 33 | 5E | 10 | 2A |
| Octal | 152 | 175 | 133 | 17 | 0 | 33 | 63 | 136 | 20 | 52 |
| Binary | 1101010 | 1111101 | 1011011 | 1111 | 0 | 11011 | 110011 | 1011110 | 10000 | 101010 |
Color Harmonies of #6A7D5B
Complementary color
Monochromatic Colors of #6A7D5B
Black with #6A7D5B
Text Example
Text Example
White with #6A7D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7D5B; }
p { color: rgb(106,125,91); }
H1.HeaderClassName
{
color: #6A7D5B;
}
.AnyTagClassName
{
color: #6A7D5B;
}
</style>
background-color css
<style>
a { background-color: #6A7D5B; }
a { background-color: rgb(106,125,91); }
div.DivClassName
{
background-color: #6A7D5B;
}
.BgClassName
{
background-color: #6A7D5B;
}
</style>
border-color css
<style>
span { border-color: #6A7D5B; }
span { border-color: rgb(106,125,91); }
td.TdClassName
{
border-color: #6A7D5B;
}
.TagClassName
{
border-color: #6A7D5B;
}
</style>