Shades of Laurel #649D68
Tints of Laurel #649D68
RGB
CMYK
RGB Variations
Color information
#649D68 (or 0x649D68) is known color: Laurel. HEX triplet: 64, 9D and 68. RGB value is (100,157,104). Sum of RGB (Red+Green+Blue) = 100+157+104=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 157 - color contains mainly: green. Hex color #649D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D68 is #9B6297. Grayscale: #868686. Windows color (decimal): -10183320 or 6856036. OLE color: 6856036.
HSL color Cylindrical-coordinate representation of color #649D68: hue angle of 124.21º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D68 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 104 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.38 |
| HSL | 124.21º | 0.23% | 0.5% | - |
| HSV(B) | 124.21º | 0.36% | 0.62% | - |
| XYZ | 19.81 | 27.82 | 17.42 | - |
| YUV | 133.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 104 | 0.36 | 0 | 0.34 | 0.38 | 124.21 | 0.23 | 0.5 |
| Hex | 64 | 9D | 68 | 24 | 0 | 22 | 26 | 7C | 17 | 32 |
| Octal | 144 | 235 | 150 | 44 | 0 | 42 | 46 | 174 | 27 | 62 |
| Binary | 1100100 | 10011101 | 1101000 | 100100 | 0 | 100010 | 100110 | 1111100 | 10111 | 110010 |
Color Harmonies of #649D68
Complementary color
Monochromatic Colors of #649D68
Black with #649D68
Text Example
Text Example
White with #649D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D68; }
p { color: rgb(100,157,104); }
H1.HeaderClassName
{
color: #649D68;
}
.AnyTagClassName
{
color: #649D68;
}
</style>
background-color css
<style>
a { background-color: #649D68; }
a { background-color: rgb(100,157,104); }
div.DivClassName
{
background-color: #649D68;
}
.BgClassName
{
background-color: #649D68;
}
</style>
border-color css
<style>
span { border-color: #649D68; }
span { border-color: rgb(100,157,104); }
td.TdClassName
{
border-color: #649D68;
}
.TagClassName
{
border-color: #649D68;
}
</style>