Shades of Laurel #648967
Tints of Laurel #648967
RGB
CMYK
RGB Variations
Color information
#648967 (or 0x648967) is known color: Laurel. HEX triplet: 64, 89 and 67. RGB value is (100,137,103). Sum of RGB (Red+Green+Blue) = 100+137+103=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #648967 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648967 is #9B7698. Grayscale: #7A7A7A. Windows color (decimal): -10188441 or 6785380. OLE color: 6785380.
HSL color Cylindrical-coordinate representation of color #648967: hue angle of 124.86º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648967 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 103 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.46 |
| HSL | 124.86º | 0.16% | 0.46% | - |
| HSV(B) | 124.86º | 0.27% | 0.54% | - |
| XYZ | 16.65 | 21.58 | 16.12 | - |
| YUV | 122.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 103 | 0.27 | 0 | 0.25 | 0.46 | 124.86 | 0.16 | 0.46 |
| Hex | 64 | 89 | 67 | 1B | 0 | 19 | 2E | 7D | 10 | 2E |
| Octal | 144 | 211 | 147 | 33 | 0 | 31 | 56 | 175 | 20 | 56 |
| Binary | 1100100 | 10001001 | 1100111 | 11011 | 0 | 11001 | 101110 | 1111101 | 10000 | 101110 |
Color Harmonies of #648967
Complementary color
Monochromatic Colors of #648967
Black with #648967
Text Example
Text Example
White with #648967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648967; }
p { color: rgb(100,137,103); }
H1.HeaderClassName
{
color: #648967;
}
.AnyTagClassName
{
color: #648967;
}
</style>
background-color css
<style>
a { background-color: #648967; }
a { background-color: rgb(100,137,103); }
div.DivClassName
{
background-color: #648967;
}
.BgClassName
{
background-color: #648967;
}
</style>
border-color css
<style>
span { border-color: #648967; }
span { border-color: rgb(100,137,103); }
td.TdClassName
{
border-color: #648967;
}
.TagClassName
{
border-color: #648967;
}
</style>