Shades of Laurel #649A67
Tints of Laurel #649A67
RGB
CMYK
RGB Variations
Color information
#649A67 (or 0x649A67) is known color: Laurel. HEX triplet: 64, 9A and 67. RGB value is (100,154,103). Sum of RGB (Red+Green+Blue) = 100+154+103=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #649A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649A67 is #9B6598. Grayscale: #848484. Windows color (decimal): -10184089 or 6789732. OLE color: 6789732.
HSL color Cylindrical-coordinate representation of color #649A67: hue angle of 123.33º 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 #649A67 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 103 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.40 |
| HSL | 123.33º | 0.21% | 0.5% | - |
| HSV(B) | 123.33º | 0.35% | 0.6% | - |
| XYZ | 19.26 | 26.8 | 16.99 | - |
| YUV | 132.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 103 | 0.35 | 0 | 0.33 | 0.40 | 123.33 | 0.21 | 0.5 |
| Hex | 64 | 9A | 67 | 23 | 0 | 21 | 28 | 7B | 15 | 32 |
| Octal | 144 | 232 | 147 | 43 | 0 | 41 | 50 | 173 | 25 | 62 |
| Binary | 1100100 | 10011010 | 1100111 | 100011 | 0 | 100001 | 101000 | 1111011 | 10101 | 110010 |
Color Harmonies of #649A67
Complementary color
Monochromatic Colors of #649A67
Black with #649A67
Text Example
Text Example
White with #649A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A67; }
p { color: rgb(100,154,103); }
H1.HeaderClassName
{
color: #649A67;
}
.AnyTagClassName
{
color: #649A67;
}
</style>
background-color css
<style>
a { background-color: #649A67; }
a { background-color: rgb(100,154,103); }
div.DivClassName
{
background-color: #649A67;
}
.BgClassName
{
background-color: #649A67;
}
</style>
border-color css
<style>
span { border-color: #649A67; }
span { border-color: rgb(100,154,103); }
td.TdClassName
{
border-color: #649A67;
}
.TagClassName
{
border-color: #649A67;
}
</style>