Shades of Laurel #649867
Tints of Laurel #649867
RGB
CMYK
RGB Variations
Color information
#649867 (or 0x649867) is known color: Laurel. HEX triplet: 64, 98 and 67. RGB value is (100,152,103). Sum of RGB (Red+Green+Blue) = 100+152+103=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #649867 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649867 is #9B6798. Grayscale: #838383. Windows color (decimal): -10184601 or 6789220. OLE color: 6789220.
HSL color Cylindrical-coordinate representation of color #649867: hue angle of 123.46º 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 #649867 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 103 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.40 |
| HSL | 123.46º | 0.21% | 0.49% | - |
| HSV(B) | 123.46º | 0.34% | 0.6% | - |
| XYZ | 18.93 | 26.15 | 16.88 | - |
| YUV | 130.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 103 | 0.34 | 0 | 0.32 | 0.40 | 123.46 | 0.21 | 0.49 |
| Hex | 64 | 98 | 67 | 22 | 0 | 20 | 28 | 7B | 15 | 31 |
| Octal | 144 | 230 | 147 | 42 | 0 | 40 | 50 | 173 | 25 | 61 |
| Binary | 1100100 | 10011000 | 1100111 | 100010 | 0 | 100000 | 101000 | 1111011 | 10101 | 110001 |
Color Harmonies of #649867
Complementary color
Monochromatic Colors of #649867
Black with #649867
Text Example
Text Example
White with #649867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649867; }
p { color: rgb(100,152,103); }
H1.HeaderClassName
{
color: #649867;
}
.AnyTagClassName
{
color: #649867;
}
</style>
background-color css
<style>
a { background-color: #649867; }
a { background-color: rgb(100,152,103); }
div.DivClassName
{
background-color: #649867;
}
.BgClassName
{
background-color: #649867;
}
</style>
border-color css
<style>
span { border-color: #649867; }
span { border-color: rgb(100,152,103); }
td.TdClassName
{
border-color: #649867;
}
.TagClassName
{
border-color: #649867;
}
</style>