Shades of Laurel #648F68
Tints of Laurel #648F68
RGB
CMYK
RGB Variations
Color information
#648F68 (or 0x648F68) is known color: Laurel. HEX triplet: 64, 8F and 68. RGB value is (100,143,104). Sum of RGB (Red+Green+Blue) = 100+143+104=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 143 - color contains mainly: green. Hex color #648F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648F68 is #9B7097. Grayscale: #7D7D7D. Windows color (decimal): -10186904 or 6852452. OLE color: 6852452.
HSL color Cylindrical-coordinate representation of color #648F68: hue angle of 125.58º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648F68 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 143 | 104 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.44 |
| HSL | 125.58º | 0.18% | 0.48% | - |
| HSV(B) | 125.58º | 0.3% | 0.56% | - |
| XYZ | 17.58 | 23.35 | 16.68 | - |
| YUV | 125.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 104 | 0.30 | 0 | 0.27 | 0.44 | 125.58 | 0.18 | 0.48 |
| Hex | 64 | 8F | 68 | 1E | 0 | 1B | 2C | 7E | 12 | 30 |
| Octal | 144 | 217 | 150 | 36 | 0 | 33 | 54 | 176 | 22 | 60 |
| Binary | 1100100 | 10001111 | 1101000 | 11110 | 0 | 11011 | 101100 | 1111110 | 10010 | 110000 |
Color Harmonies of #648F68
Complementary color
Monochromatic Colors of #648F68
Black with #648F68
Text Example
Text Example
White with #648F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F68; }
p { color: rgb(100,143,104); }
H1.HeaderClassName
{
color: #648F68;
}
.AnyTagClassName
{
color: #648F68;
}
</style>
background-color css
<style>
a { background-color: #648F68; }
a { background-color: rgb(100,143,104); }
div.DivClassName
{
background-color: #648F68;
}
.BgClassName
{
background-color: #648F68;
}
</style>
border-color css
<style>
span { border-color: #648F68; }
span { border-color: rgb(100,143,104); }
td.TdClassName
{
border-color: #648F68;
}
.TagClassName
{
border-color: #648F68;
}
</style>