Shades of Laurel #649C65
Tints of Laurel #649C65
RGB
CMYK
RGB Variations
Color information
#649C65 (or 0x649C65) is known color: Laurel. HEX triplet: 64, 9C and 65. RGB value is (100,156,101). Sum of RGB (Red+Green+Blue) = 100+156+101=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #649C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C65 is #9B639A. Grayscale: #858585. Windows color (decimal): -10183579 or 6659172. OLE color: 6659172.
HSL color Cylindrical-coordinate representation of color #649C65: hue angle of 121.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C65 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 101 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.39 |
| HSL | 121.07º | 0.22% | 0.5% | - |
| HSV(B) | 121.07º | 0.36% | 0.61% | - |
| XYZ | 19.49 | 27.43 | 16.58 | - |
| YUV | 132.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 101 | 0.36 | 0 | 0.35 | 0.39 | 121.07 | 0.22 | 0.5 |
| Hex | 64 | 9C | 65 | 24 | 0 | 23 | 27 | 79 | 16 | 32 |
| Octal | 144 | 234 | 145 | 44 | 0 | 43 | 47 | 171 | 26 | 62 |
| Binary | 1100100 | 10011100 | 1100101 | 100100 | 0 | 100011 | 100111 | 1111001 | 10110 | 110010 |
Color Harmonies of #649C65
Complementary color
Monochromatic Colors of #649C65
Black with #649C65
Text Example
Text Example
White with #649C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C65; }
p { color: rgb(100,156,101); }
H1.HeaderClassName
{
color: #649C65;
}
.AnyTagClassName
{
color: #649C65;
}
</style>
background-color css
<style>
a { background-color: #649C65; }
a { background-color: rgb(100,156,101); }
div.DivClassName
{
background-color: #649C65;
}
.BgClassName
{
background-color: #649C65;
}
</style>
border-color css
<style>
span { border-color: #649C65; }
span { border-color: rgb(100,156,101); }
td.TdClassName
{
border-color: #649C65;
}
.TagClassName
{
border-color: #649C65;
}
</style>