Shades of Laurel #649968
Tints of Laurel #649968
RGB
CMYK
RGB Variations
Color information
#649968 (or 0x649968) is known color: Laurel. HEX triplet: 64, 99 and 68. RGB value is (100,153,104). Sum of RGB (Red+Green+Blue) = 100+153+104=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #649968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649968 is #9B6697. Grayscale: #838383. Windows color (decimal): -10184344 or 6855012. OLE color: 6855012.
HSL color Cylindrical-coordinate representation of color #649968: hue angle of 124.53º 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 #649968 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 104 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.4 |
| HSL | 124.53º | 0.21% | 0.5% | - |
| HSV(B) | 124.53º | 0.35% | 0.6% | - |
| XYZ | 19.15 | 26.49 | 17.2 | - |
| YUV | 131.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 104 | 0.35 | 0 | 0.32 | 0.4 | 124.53 | 0.21 | 0.5 |
| Hex | 64 | 99 | 68 | 23 | 0 | 20 | 28 | 7D | 15 | 32 |
| Octal | 144 | 231 | 150 | 43 | 0 | 40 | 50 | 175 | 25 | 62 |
| Binary | 1100100 | 10011001 | 1101000 | 100011 | 0 | 100000 | 101000 | 1111101 | 10101 | 110010 |
Color Harmonies of #649968
Complementary color
Monochromatic Colors of #649968
Black with #649968
Text Example
Text Example
White with #649968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649968; }
p { color: rgb(100,153,104); }
H1.HeaderClassName
{
color: #649968;
}
.AnyTagClassName
{
color: #649968;
}
</style>
background-color css
<style>
a { background-color: #649968; }
a { background-color: rgb(100,153,104); }
div.DivClassName
{
background-color: #649968;
}
.BgClassName
{
background-color: #649968;
}
</style>
border-color css
<style>
span { border-color: #649968; }
span { border-color: rgb(100,153,104); }
td.TdClassName
{
border-color: #649968;
}
.TagClassName
{
border-color: #649968;
}
</style>