Shades of Willow Grove #6F795A
Tints of Willow Grove #6F795A
RGB
CMYK
RGB Variations
Color information
#6F795A (or 0x6F795A) is known color: Willow Grove. HEX triplet: 6F, 79 and 5A. RGB value is (111,121,90). Sum of RGB (Red+Green+Blue) = 111+121+90=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 121 (47.66% from 255 or 37.58% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 121 - color contains mainly: green. Hex color #6F795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F795A is #9086A5. Grayscale: #727272. Windows color (decimal): -9471654 or 5929327. OLE color: 5929327.
HSL color Cylindrical-coordinate representation of color #6F795A: hue angle of 79.35º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F795A is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 121 | 90 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.53 |
| HSL | 79.35º | 0.15% | 0.41% | - |
| HSV(B) | 79.35º | 0.26% | 0.47% | - |
| XYZ | 15.24 | 17.79 | 12.3 | - |
| YUV | 114.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 90 | 0.08 | 0 | 0.26 | 0.53 | 79.35 | 0.15 | 0.41 |
| Hex | 6F | 79 | 5A | 8 | 0 | 1A | 35 | 4F | F | 29 |
| Octal | 157 | 171 | 132 | 10 | 0 | 32 | 65 | 117 | 17 | 51 |
| Binary | 1101111 | 1111001 | 1011010 | 1000 | 0 | 11010 | 110101 | 1001111 | 1111 | 101001 |
Color Harmonies of #6F795A
Complementary color
Monochromatic Colors of #6F795A
Black with #6F795A
Text Example
Text Example
White with #6F795A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F795A; }
p { color: rgb(111,121,90); }
H1.HeaderClassName
{
color: #6F795A;
}
.AnyTagClassName
{
color: #6F795A;
}
</style>
background-color css
<style>
a { background-color: #6F795A; }
a { background-color: rgb(111,121,90); }
div.DivClassName
{
background-color: #6F795A;
}
.BgClassName
{
background-color: #6F795A;
}
</style>
border-color css
<style>
span { border-color: #6F795A; }
span { border-color: rgb(111,121,90); }
td.TdClassName
{
border-color: #6F795A;
}
.TagClassName
{
border-color: #6F795A;
}
</style>