Shades of Laurel #657C66
Tints of Laurel #657C66
RGB
CMYK
RGB Variations
Color information
#657C66 (or 0x657C66) is known color: Laurel. HEX triplet: 65, 7C and 66. RGB value is (101,124,102). Sum of RGB (Red+Green+Blue) = 101+124+102=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #657C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C66 is #9A8399. Grayscale: #727272. Windows color (decimal): -10126234 or 6716517. OLE color: 6716517.
HSL color Cylindrical-coordinate representation of color #657C66: hue angle of 122.61º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #657C66 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 102 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.51 |
| HSL | 122.61º | 0.1% | 0.44% | - |
| HSV(B) | 122.61º | 0.19% | 0.49% | - |
| XYZ | 14.97 | 18.14 | 15.28 | - |
| YUV | 114.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 102 | 0.19 | 0 | 0.18 | 0.51 | 122.61 | 0.1 | 0.44 |
| Hex | 65 | 7C | 66 | 13 | 0 | 12 | 33 | 7B | A | 2C |
| Octal | 145 | 174 | 146 | 23 | 0 | 22 | 63 | 173 | 12 | 54 |
| Binary | 1100101 | 1111100 | 1100110 | 10011 | 0 | 10010 | 110011 | 1111011 | 1010 | 101100 |
Color Harmonies of #657C66
Complementary color
Monochromatic Colors of #657C66
Black with #657C66
Text Example
Text Example
White with #657C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C66; }
p { color: rgb(101,124,102); }
H1.HeaderClassName
{
color: #657C66;
}
.AnyTagClassName
{
color: #657C66;
}
</style>
background-color css
<style>
a { background-color: #657C66; }
a { background-color: rgb(101,124,102); }
div.DivClassName
{
background-color: #657C66;
}
.BgClassName
{
background-color: #657C66;
}
</style>
border-color css
<style>
span { border-color: #657C66; }
span { border-color: rgb(101,124,102); }
td.TdClassName
{
border-color: #657C66;
}
.TagClassName
{
border-color: #657C66;
}
</style>