Shades of Laurel #649969
Tints of Laurel #649969
RGB
CMYK
RGB Variations
Color information
#649969 (or 0x649969) is known color: Laurel. HEX triplet: 64, 99 and 69. RGB value is (100,153,105). Sum of RGB (Red+Green+Blue) = 100+153+105=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #649969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649969 is #9B6696. Grayscale: #838383. Windows color (decimal): -10184343 or 6920548. OLE color: 6920548.
HSL color Cylindrical-coordinate representation of color #649969: hue angle of 125.66º 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 #649969 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 105 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.4 |
| HSL | 125.66º | 0.21% | 0.5% | - |
| HSV(B) | 125.66º | 0.35% | 0.6% | - |
| XYZ | 19.2 | 26.51 | 17.47 | - |
| YUV | 131.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 105 | 0.35 | 0 | 0.31 | 0.4 | 125.66 | 0.21 | 0.5 |
| Hex | 64 | 99 | 69 | 23 | 0 | 1F | 28 | 7E | 15 | 32 |
| Octal | 144 | 231 | 151 | 43 | 0 | 37 | 50 | 176 | 25 | 62 |
| Binary | 1100100 | 10011001 | 1101001 | 100011 | 0 | 11111 | 101000 | 1111110 | 10101 | 110010 |
Color Harmonies of #649969
Complementary color
Monochromatic Colors of #649969
Black with #649969
Text Example
Text Example
White with #649969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649969; }
p { color: rgb(100,153,105); }
H1.HeaderClassName
{
color: #649969;
}
.AnyTagClassName
{
color: #649969;
}
</style>
background-color css
<style>
a { background-color: #649969; }
a { background-color: rgb(100,153,105); }
div.DivClassName
{
background-color: #649969;
}
.BgClassName
{
background-color: #649969;
}
</style>
border-color css
<style>
span { border-color: #649969; }
span { border-color: rgb(100,153,105); }
td.TdClassName
{
border-color: #649969;
}
.TagClassName
{
border-color: #649969;
}
</style>