Shades of Laurel #649A68
Tints of Laurel #649A68
RGB
CMYK
RGB Variations
Color information
#649A68 (or 0x649A68) is known color: Laurel. HEX triplet: 64, 9A and 68. RGB value is (100,154,104). Sum of RGB (Red+Green+Blue) = 100+154+104=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #649A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649A68 is #9B6597. Grayscale: #848484. Windows color (decimal): -10184088 or 6855268. OLE color: 6855268.
HSL color Cylindrical-coordinate representation of color #649A68: hue angle of 124.44º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649A68 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 104 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.40 |
| HSL | 124.44º | 0.21% | 0.5% | - |
| HSV(B) | 124.44º | 0.35% | 0.6% | - |
| XYZ | 19.31 | 26.82 | 17.26 | - |
| YUV | 132.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 104 | 0.35 | 0 | 0.32 | 0.40 | 124.44 | 0.21 | 0.5 |
| Hex | 64 | 9A | 68 | 23 | 0 | 20 | 28 | 7C | 15 | 32 |
| Octal | 144 | 232 | 150 | 43 | 0 | 40 | 50 | 174 | 25 | 62 |
| Binary | 1100100 | 10011010 | 1101000 | 100011 | 0 | 100000 | 101000 | 1111100 | 10101 | 110010 |
Color Harmonies of #649A68
Complementary color
Monochromatic Colors of #649A68
Black with #649A68
Text Example
Text Example
White with #649A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A68; }
p { color: rgb(100,154,104); }
H1.HeaderClassName
{
color: #649A68;
}
.AnyTagClassName
{
color: #649A68;
}
</style>
background-color css
<style>
a { background-color: #649A68; }
a { background-color: rgb(100,154,104); }
div.DivClassName
{
background-color: #649A68;
}
.BgClassName
{
background-color: #649A68;
}
</style>
border-color css
<style>
span { border-color: #649A68; }
span { border-color: rgb(100,154,104); }
td.TdClassName
{
border-color: #649A68;
}
.TagClassName
{
border-color: #649A68;
}
</style>