Shades of Laurel #647F68
Tints of Laurel #647F68
RGB
CMYK
RGB Variations
Color information
#647F68 (or 0x647F68) is known color: Laurel. HEX triplet: 64, 7F and 68. RGB value is (100,127,104). Sum of RGB (Red+Green+Blue) = 100+127+104=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 127 - color contains mainly: green. Hex color #647F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647F68 is #9B8097. Grayscale: #747474. Windows color (decimal): -10191000 or 6848356. OLE color: 6848356.
HSL color Cylindrical-coordinate representation of color #647F68: hue angle of 128.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #647F68 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 127 | 104 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.50 |
| HSL | 128.89º | 0.12% | 0.45% | - |
| HSV(B) | 128.89º | 0.21% | 0.5% | - |
| XYZ | 15.34 | 18.89 | 15.93 | - |
| YUV | 116.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 127 | 104 | 0.21 | 0 | 0.18 | 0.50 | 128.89 | 0.12 | 0.45 |
| Hex | 64 | 7F | 68 | 15 | 0 | 12 | 32 | 81 | C | 2D |
| Octal | 144 | 177 | 150 | 25 | 0 | 22 | 62 | 201 | 14 | 55 |
| Binary | 1100100 | 1111111 | 1101000 | 10101 | 0 | 10010 | 110010 | 10000001 | 1100 | 101101 |
Color Harmonies of #647F68
Complementary color
Monochromatic Colors of #647F68
Black with #647F68
Text Example
Text Example
White with #647F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647F68; }
p { color: rgb(100,127,104); }
H1.HeaderClassName
{
color: #647F68;
}
.AnyTagClassName
{
color: #647F68;
}
</style>
background-color css
<style>
a { background-color: #647F68; }
a { background-color: rgb(100,127,104); }
div.DivClassName
{
background-color: #647F68;
}
.BgClassName
{
background-color: #647F68;
}
</style>
border-color css
<style>
span { border-color: #647F68; }
span { border-color: rgb(100,127,104); }
td.TdClassName
{
border-color: #647F68;
}
.TagClassName
{
border-color: #647F68;
}
</style>