Shades of Laurel #648F66
Tints of Laurel #648F66
RGB
CMYK
RGB Variations
Color information
#648F66 (or 0x648F66) is known color: Laurel. HEX triplet: 64, 8F and 66. RGB value is (100,143,102). Sum of RGB (Red+Green+Blue) = 100+143+102=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #648F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648F66 is #9B7099. Grayscale: #7D7D7D. Windows color (decimal): -10186906 or 6721380. OLE color: 6721380.
HSL color Cylindrical-coordinate representation of color #648F66: hue angle of 122.79º 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 #648F66 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 143 | 102 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.44 |
| HSL | 122.79º | 0.18% | 0.48% | - |
| HSV(B) | 122.79º | 0.3% | 0.56% | - |
| XYZ | 17.48 | 23.31 | 16.15 | - |
| YUV | 125.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 102 | 0.30 | 0 | 0.29 | 0.44 | 122.79 | 0.18 | 0.48 |
| Hex | 64 | 8F | 66 | 1E | 0 | 1D | 2C | 7B | 12 | 30 |
| Octal | 144 | 217 | 146 | 36 | 0 | 35 | 54 | 173 | 22 | 60 |
| Binary | 1100100 | 10001111 | 1100110 | 11110 | 0 | 11101 | 101100 | 1111011 | 10010 | 110000 |
Color Harmonies of #648F66
Complementary color
Monochromatic Colors of #648F66
Black with #648F66
Text Example
Text Example
White with #648F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F66; }
p { color: rgb(100,143,102); }
H1.HeaderClassName
{
color: #648F66;
}
.AnyTagClassName
{
color: #648F66;
}
</style>
background-color css
<style>
a { background-color: #648F66; }
a { background-color: rgb(100,143,102); }
div.DivClassName
{
background-color: #648F66;
}
.BgClassName
{
background-color: #648F66;
}
</style>
border-color css
<style>
span { border-color: #648F66; }
span { border-color: rgb(100,143,102); }
td.TdClassName
{
border-color: #648F66;
}
.TagClassName
{
border-color: #648F66;
}
</style>