Shades of Laurel #648765
Tints of Laurel #648765
RGB
CMYK
RGB Variations
Color information
#648765 (or 0x648765) is known color: Laurel. HEX triplet: 64, 87 and 65. RGB value is (100,135,101). Sum of RGB (Red+Green+Blue) = 100+135+101=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #648765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648765 is #9B789A. Grayscale: #787878. Windows color (decimal): -10188955 or 6653796. OLE color: 6653796.
HSL color Cylindrical-coordinate representation of color #648765: hue angle of 121.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648765 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 101 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.47 |
| HSL | 121.71º | 0.15% | 0.46% | - |
| HSV(B) | 121.71º | 0.26% | 0.53% | - |
| XYZ | 16.27 | 20.98 | 15.5 | - |
| YUV | 120.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 101 | 0.26 | 0 | 0.25 | 0.47 | 121.71 | 0.15 | 0.46 |
| Hex | 64 | 87 | 65 | 1A | 0 | 19 | 2F | 7A | F | 2E |
| Octal | 144 | 207 | 145 | 32 | 0 | 31 | 57 | 172 | 17 | 56 |
| Binary | 1100100 | 10000111 | 1100101 | 11010 | 0 | 11001 | 101111 | 1111010 | 1111 | 101110 |
Color Harmonies of #648765
Complementary color
Monochromatic Colors of #648765
Black with #648765
Text Example
Text Example
White with #648765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648765; }
p { color: rgb(100,135,101); }
H1.HeaderClassName
{
color: #648765;
}
.AnyTagClassName
{
color: #648765;
}
</style>
background-color css
<style>
a { background-color: #648765; }
a { background-color: rgb(100,135,101); }
div.DivClassName
{
background-color: #648765;
}
.BgClassName
{
background-color: #648765;
}
</style>
border-color css
<style>
span { border-color: #648765; }
span { border-color: rgb(100,135,101); }
td.TdClassName
{
border-color: #648765;
}
.TagClassName
{
border-color: #648765;
}
</style>