Shades of Willow Grove #6B8254
Tints of Willow Grove #6B8254
RGB
CMYK
RGB Variations
Color information
#6B8254 (or 0x6B8254) is known color: Willow Grove. HEX triplet: 6B, 82 and 54. RGB value is (107,130,84). Sum of RGB (Red+Green+Blue) = 107+130+84=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8254 is #947DAB. Grayscale: #767676. Windows color (decimal): -9731500 or 5538411. OLE color: 5538411.
HSL color Cylindrical-coordinate representation of color #6B8254: hue angle of 90º 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 #6B8254 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 84 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.49 |
| HSL | 90º | 0.21% | 0.42% | - |
| HSV(B) | 90º | 0.35% | 0.51% | - |
| XYZ | 15.65 | 19.73 | 11.37 | - |
| YUV | 117.88 | 108.88 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 84 | 0.18 | 0 | 0.35 | 0.49 | 90 | 0.21 | 0.42 |
| Hex | 6B | 82 | 54 | 12 | 0 | 23 | 31 | 5A | 15 | 2A |
| Octal | 153 | 202 | 124 | 22 | 0 | 43 | 61 | 132 | 25 | 52 |
| Binary | 1101011 | 10000010 | 1010100 | 10010 | 0 | 100011 | 110001 | 1011010 | 10101 | 101010 |
Color Harmonies of #6B8254
Complementary color
Monochromatic Colors of #6B8254
Black with #6B8254
Text Example
Text Example
White with #6B8254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8254; }
p { color: rgb(107,130,84); }
H1.HeaderClassName
{
color: #6B8254;
}
.AnyTagClassName
{
color: #6B8254;
}
</style>
background-color css
<style>
a { background-color: #6B8254; }
a { background-color: rgb(107,130,84); }
div.DivClassName
{
background-color: #6B8254;
}
.BgClassName
{
background-color: #6B8254;
}
</style>
border-color css
<style>
span { border-color: #6B8254; }
span { border-color: rgb(107,130,84); }
td.TdClassName
{
border-color: #6B8254;
}
.TagClassName
{
border-color: #6B8254;
}
</style>