Shades of Willow Grove #6A8353
Tints of Willow Grove #6A8353
RGB
CMYK
RGB Variations
Color information
#6A8353 (or 0x6A8353) is known color: Willow Grove. HEX triplet: 6A, 83 and 53. RGB value is (106,131,83). Sum of RGB (Red+Green+Blue) = 106+131+83=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8353 is #957CAC. Grayscale: #767676. Windows color (decimal): -9796781 or 5473130. OLE color: 5473130.
HSL color Cylindrical-coordinate representation of color #6A8353: hue angle of 91.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A8353 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 131 | 83 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.49 |
| HSL | 91.25º | 0.22% | 0.42% | - |
| HSV(B) | 91.25º | 0.37% | 0.51% | - |
| XYZ | 15.62 | 19.92 | 11.21 | - |
| YUV | 118.05 | 108.22 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 83 | 0.19 | 0 | 0.37 | 0.49 | 91.25 | 0.22 | 0.42 |
| Hex | 6A | 83 | 53 | 13 | 0 | 25 | 31 | 5B | 16 | 2A |
| Octal | 152 | 203 | 123 | 23 | 0 | 45 | 61 | 133 | 26 | 52 |
| Binary | 1101010 | 10000011 | 1010011 | 10011 | 0 | 100101 | 110001 | 1011011 | 10110 | 101010 |
Color Harmonies of #6A8353
Complementary color
Monochromatic Colors of #6A8353
Black with #6A8353
Text Example
Text Example
White with #6A8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8353; }
p { color: rgb(106,131,83); }
H1.HeaderClassName
{
color: #6A8353;
}
.AnyTagClassName
{
color: #6A8353;
}
</style>
background-color css
<style>
a { background-color: #6A8353; }
a { background-color: rgb(106,131,83); }
div.DivClassName
{
background-color: #6A8353;
}
.BgClassName
{
background-color: #6A8353;
}
</style>
border-color css
<style>
span { border-color: #6A8353; }
span { border-color: rgb(106,131,83); }
td.TdClassName
{
border-color: #6A8353;
}
.TagClassName
{
border-color: #6A8353;
}
</style>