Shades of Laurel #649865
Tints of Laurel #649865
RGB
CMYK
RGB Variations
Color information
#649865 (or 0x649865) is known color: Laurel. HEX triplet: 64, 98 and 65. RGB value is (100,152,101). Sum of RGB (Red+Green+Blue) = 100+152+101=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #649865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649865 is #9B679A. Grayscale: #828282. Windows color (decimal): -10184603 or 6658148. OLE color: 6658148.
HSL color Cylindrical-coordinate representation of color #649865: hue angle of 121.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649865 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 101 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.40 |
| HSL | 121.15º | 0.21% | 0.49% | - |
| HSV(B) | 121.15º | 0.34% | 0.6% | - |
| XYZ | 18.83 | 26.11 | 16.36 | - |
| YUV | 130.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 101 | 0.34 | 0 | 0.34 | 0.40 | 121.15 | 0.21 | 0.49 |
| Hex | 64 | 98 | 65 | 22 | 0 | 22 | 28 | 79 | 15 | 31 |
| Octal | 144 | 230 | 145 | 42 | 0 | 42 | 50 | 171 | 25 | 61 |
| Binary | 1100100 | 10011000 | 1100101 | 100010 | 0 | 100010 | 101000 | 1111001 | 10101 | 110001 |
Color Harmonies of #649865
Complementary color
Monochromatic Colors of #649865
Black with #649865
Text Example
Text Example
White with #649865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649865; }
p { color: rgb(100,152,101); }
H1.HeaderClassName
{
color: #649865;
}
.AnyTagClassName
{
color: #649865;
}
</style>
background-color css
<style>
a { background-color: #649865; }
a { background-color: rgb(100,152,101); }
div.DivClassName
{
background-color: #649865;
}
.BgClassName
{
background-color: #649865;
}
</style>
border-color css
<style>
span { border-color: #649865; }
span { border-color: rgb(100,152,101); }
td.TdClassName
{
border-color: #649865;
}
.TagClassName
{
border-color: #649865;
}
</style>