Shades of Willow Grove #6C825A
Tints of Willow Grove #6C825A
RGB
CMYK
RGB Variations
Color information
#6C825A (or 0x6C825A) is known color: Willow Grove. HEX triplet: 6C, 82 and 5A. RGB value is (108,130,90). Sum of RGB (Red+Green+Blue) = 108+130+90=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #6C825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C825A is #937DA5. Grayscale: #777777. Windows color (decimal): -9665958 or 5931628. OLE color: 5931628.
HSL color Cylindrical-coordinate representation of color #6C825A: hue angle of 93º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C825A is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 130 | 90 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.49 |
| HSL | 93º | 0.18% | 0.43% | - |
| HSV(B) | 93º | 0.31% | 0.51% | - |
| XYZ | 16.01 | 19.89 | 12.67 | - |
| YUV | 118.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 90 | 0.17 | 0 | 0.31 | 0.49 | 93 | 0.18 | 0.43 |
| Hex | 6C | 82 | 5A | 11 | 0 | 1F | 31 | 5D | 12 | 2B |
| Octal | 154 | 202 | 132 | 21 | 0 | 37 | 61 | 135 | 22 | 53 |
| Binary | 1101100 | 10000010 | 1011010 | 10001 | 0 | 11111 | 110001 | 1011101 | 10010 | 101011 |
Color Harmonies of #6C825A
Complementary color
Monochromatic Colors of #6C825A
Black with #6C825A
Text Example
Text Example
White with #6C825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C825A; }
p { color: rgb(108,130,90); }
H1.HeaderClassName
{
color: #6C825A;
}
.AnyTagClassName
{
color: #6C825A;
}
</style>
background-color css
<style>
a { background-color: #6C825A; }
a { background-color: rgb(108,130,90); }
div.DivClassName
{
background-color: #6C825A;
}
.BgClassName
{
background-color: #6C825A;
}
</style>
border-color css
<style>
span { border-color: #6C825A; }
span { border-color: rgb(108,130,90); }
td.TdClassName
{
border-color: #6C825A;
}
.TagClassName
{
border-color: #6C825A;
}
</style>