Shades of Willow Grove #67725D
Tints of Willow Grove #67725D
RGB
CMYK
RGB Variations
Color information
#67725D (or 0x67725D) is known color: Willow Grove. HEX triplet: 67, 72 and 5D. RGB value is (103,114,93). Sum of RGB (Red+Green+Blue) = 103+114+93=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 114 - color contains mainly: green. Hex color #67725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67725D is #988DA2. Grayscale: #6C6C6C. Windows color (decimal): -9997731 or 6124135. OLE color: 6124135.
HSL color Cylindrical-coordinate representation of color #67725D: hue angle of 91.43º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #67725D is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 103 | 114 | 93 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.55 |
| HSL | 91.43º | 0.1% | 0.41% | - |
| HSV(B) | 91.43º | 0.18% | 0.45% | - |
| XYZ | 13.59 | 15.71 | 12.67 | - |
| YUV | 108.32 | 119.36 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 114 | 93 | 0.10 | 0 | 0.18 | 0.55 | 91.43 | 0.1 | 0.41 |
| Hex | 67 | 72 | 5D | A | 0 | 12 | 37 | 5B | A | 29 |
| Octal | 147 | 162 | 135 | 12 | 0 | 22 | 67 | 133 | 12 | 51 |
| Binary | 1100111 | 1110010 | 1011101 | 1010 | 0 | 10010 | 110111 | 1011011 | 1010 | 101001 |
Color Harmonies of #67725D
Complementary color
Monochromatic Colors of #67725D
Black with #67725D
Text Example
Text Example
White with #67725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67725D; }
p { color: rgb(103,114,93); }
H1.HeaderClassName
{
color: #67725D;
}
.AnyTagClassName
{
color: #67725D;
}
</style>
background-color css
<style>
a { background-color: #67725D; }
a { background-color: rgb(103,114,93); }
div.DivClassName
{
background-color: #67725D;
}
.BgClassName
{
background-color: #67725D;
}
</style>
border-color css
<style>
span { border-color: #67725D; }
span { border-color: rgb(103,114,93); }
td.TdClassName
{
border-color: #67725D;
}
.TagClassName
{
border-color: #67725D;
}
</style>