Shades of Willow Grove #6C7B5D
Tints of Willow Grove #6C7B5D
RGB
CMYK
RGB Variations
Color information
#6C7B5D (or 0x6C7B5D) is known color: Willow Grove. HEX triplet: 6C, 7B and 5D. RGB value is (108,123,93). Sum of RGB (Red+Green+Blue) = 108+123+93=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7B5D is #9384A2. Grayscale: #737373. Windows color (decimal): -9667747 or 6126444. OLE color: 6126444.
HSL color Cylindrical-coordinate representation of color #6C7B5D: hue angle of 90º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C7B5D is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
RGB | 108 | 123 | 93 | - |
CMYK | 0.12 | 0 | 0.24 | 0.52 |
HSL | 90º | 0.14% | 0.42% | - |
HSV(B) | 90º | 0.24% | 0.48% | - |
XYZ | 15.24 | 18.14 | 13.05 | - |
YUV | 115.1 | 115.53 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 108 | 123 | 93 | 0.12 | 0 | 0.24 | 0.52 | 90 | 0.14 | 0.42 |
Hex | 6C | 7B | 5D | C | 0 | 18 | 34 | 5A | E | 2A |
Octal | 154 | 173 | 135 | 14 | 0 | 30 | 64 | 132 | 16 | 52 |
Binary | 1101100 | 1111011 | 1011101 | 1100 | 0 | 11000 | 110100 | 1011010 | 1110 | 101010 |
Color Harmonies of #6C7B5D
Complementary color
Monochromatic Colors of #6C7B5D
Black with #6C7B5D
Text Example
Text Example
White with #6C7B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B5D; }
p { color: rgb(108,123,93); }
H1.HeaderClassName
{
color: #6C7B5D;
}
.AnyTagClassName
{
color: #6C7B5D;
}
</style>
background-color css
<style>
a { background-color: #6C7B5D; }
a { background-color: rgb(108,123,93); }
div.DivClassName
{
background-color: #6C7B5D;
}
.BgClassName
{
background-color: #6C7B5D;
}
</style>
border-color css
<style>
span { border-color: #6C7B5D; }
span { border-color: rgb(108,123,93); }
td.TdClassName
{
border-color: #6C7B5D;
}
.TagClassName
{
border-color: #6C7B5D;
}
</style>