Shades of Laurel #649965
Tints of Laurel #649965
RGB
CMYK
RGB Variations
Color information
#649965 (or 0x649965) is known color: Laurel. HEX triplet: 64, 99 and 65. RGB value is (100,153,101). Sum of RGB (Red+Green+Blue) = 100+153+101=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #649965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649965 is #9B669A. Grayscale: #838383. Windows color (decimal): -10184347 or 6658404. OLE color: 6658404.
HSL color Cylindrical-coordinate representation of color #649965: hue angle of 121.13º 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 #649965 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 101 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.4 |
| HSL | 121.13º | 0.21% | 0.5% | - |
| HSV(B) | 121.13º | 0.35% | 0.6% | - |
| XYZ | 19 | 26.43 | 16.41 | - |
| YUV | 131.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 101 | 0.35 | 0 | 0.34 | 0.4 | 121.13 | 0.21 | 0.5 |
| Hex | 64 | 99 | 65 | 23 | 0 | 22 | 28 | 79 | 15 | 32 |
| Octal | 144 | 231 | 145 | 43 | 0 | 42 | 50 | 171 | 25 | 62 |
| Binary | 1100100 | 10011001 | 1100101 | 100011 | 0 | 100010 | 101000 | 1111001 | 10101 | 110010 |
Color Harmonies of #649965
Complementary color
Monochromatic Colors of #649965
Black with #649965
Text Example
Text Example
White with #649965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649965; }
p { color: rgb(100,153,101); }
H1.HeaderClassName
{
color: #649965;
}
.AnyTagClassName
{
color: #649965;
}
</style>
background-color css
<style>
a { background-color: #649965; }
a { background-color: rgb(100,153,101); }
div.DivClassName
{
background-color: #649965;
}
.BgClassName
{
background-color: #649965;
}
</style>
border-color css
<style>
span { border-color: #649965; }
span { border-color: rgb(100,153,101); }
td.TdClassName
{
border-color: #649965;
}
.TagClassName
{
border-color: #649965;
}
</style>