Shades of Laurel #657C67
Tints of Laurel #657C67
RGB
CMYK
RGB Variations
Color information
#657C67 (or 0x657C67) is known color: Laurel. HEX triplet: 65, 7C and 67. RGB value is (101,124,103). Sum of RGB (Red+Green+Blue) = 101+124+103=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #657C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C67 is #9A8398. Grayscale: #727272. Windows color (decimal): -10126233 or 6782053. OLE color: 6782053.
HSL color Cylindrical-coordinate representation of color #657C67: hue angle of 125.22º 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 #657C67 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 103 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.51 |
| HSL | 125.22º | 0.1% | 0.44% | - |
| HSV(B) | 125.22º | 0.19% | 0.49% | - |
| XYZ | 15.02 | 18.16 | 15.55 | - |
| YUV | 114.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 103 | 0.19 | 0 | 0.17 | 0.51 | 125.22 | 0.1 | 0.44 |
| Hex | 65 | 7C | 67 | 13 | 0 | 11 | 33 | 7D | A | 2C |
| Octal | 145 | 174 | 147 | 23 | 0 | 21 | 63 | 175 | 12 | 54 |
| Binary | 1100101 | 1111100 | 1100111 | 10011 | 0 | 10001 | 110011 | 1111101 | 1010 | 101100 |
Color Harmonies of #657C67
Complementary color
Monochromatic Colors of #657C67
Black with #657C67
Text Example
Text Example
White with #657C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C67; }
p { color: rgb(101,124,103); }
H1.HeaderClassName
{
color: #657C67;
}
.AnyTagClassName
{
color: #657C67;
}
</style>
background-color css
<style>
a { background-color: #657C67; }
a { background-color: rgb(101,124,103); }
div.DivClassName
{
background-color: #657C67;
}
.BgClassName
{
background-color: #657C67;
}
</style>
border-color css
<style>
span { border-color: #657C67; }
span { border-color: rgb(101,124,103); }
td.TdClassName
{
border-color: #657C67;
}
.TagClassName
{
border-color: #657C67;
}
</style>