Shades of Laurel #649869
Tints of Laurel #649869
RGB
CMYK
RGB Variations
Color information
#649869 (or 0x649869) is known color: Laurel. HEX triplet: 64, 98 and 69. RGB value is (100,152,105). Sum of RGB (Red+Green+Blue) = 100+152+105=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #649869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649869 is #9B6796. Grayscale: #838383. Windows color (decimal): -10184599 or 6920292. OLE color: 6920292.
HSL color Cylindrical-coordinate representation of color #649869: hue angle of 125.77º 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 #649869 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 105 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.40 |
| HSL | 125.77º | 0.21% | 0.49% | - |
| HSV(B) | 125.77º | 0.34% | 0.6% | - |
| XYZ | 19.03 | 26.19 | 17.42 | - |
| YUV | 131.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 105 | 0.34 | 0 | 0.31 | 0.40 | 125.77 | 0.21 | 0.49 |
| Hex | 64 | 98 | 69 | 22 | 0 | 1F | 28 | 7E | 15 | 31 |
| Octal | 144 | 230 | 151 | 42 | 0 | 37 | 50 | 176 | 25 | 61 |
| Binary | 1100100 | 10011000 | 1101001 | 100010 | 0 | 11111 | 101000 | 1111110 | 10101 | 110001 |
Color Harmonies of #649869
Complementary color
Monochromatic Colors of #649869
Black with #649869
Text Example
Text Example
White with #649869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649869; }
p { color: rgb(100,152,105); }
H1.HeaderClassName
{
color: #649869;
}
.AnyTagClassName
{
color: #649869;
}
</style>
background-color css
<style>
a { background-color: #649869; }
a { background-color: rgb(100,152,105); }
div.DivClassName
{
background-color: #649869;
}
.BgClassName
{
background-color: #649869;
}
</style>
border-color css
<style>
span { border-color: #649869; }
span { border-color: rgb(100,152,105); }
td.TdClassName
{
border-color: #649869;
}
.TagClassName
{
border-color: #649869;
}
</style>