Shades of Laurel #64946B
Tints of Laurel #64946B
RGB
CMYK
RGB Variations
Color information
#64946B (or 0x64946B) is known color: Laurel. HEX triplet: 64, 94 and 6B. RGB value is (100,148,107). Sum of RGB (Red+Green+Blue) = 100+148+107=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #64946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64946B is #9B6B94. Grayscale: #818181. Windows color (decimal): -10185621 or 7050340. OLE color: 7050340.
HSL color Cylindrical-coordinate representation of color #64946B: hue angle of 128.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64946B is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 107 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.42 |
| HSL | 128.75º | 0.19% | 0.49% | - |
| HSV(B) | 128.75º | 0.32% | 0.58% | - |
| XYZ | 18.5 | 24.95 | 17.75 | - |
| YUV | 128.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 107 | 0.32 | 0 | 0.28 | 0.42 | 128.75 | 0.19 | 0.49 |
| Hex | 64 | 94 | 6B | 20 | 0 | 1C | 2A | 81 | 13 | 31 |
| Octal | 144 | 224 | 153 | 40 | 0 | 34 | 52 | 201 | 23 | 61 |
| Binary | 1100100 | 10010100 | 1101011 | 100000 | 0 | 11100 | 101010 | 10000001 | 10011 | 110001 |
Color Harmonies of #64946B
Complementary color
Monochromatic Colors of #64946B
Black with #64946B
Text Example
Text Example
White with #64946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64946B; }
p { color: rgb(100,148,107); }
H1.HeaderClassName
{
color: #64946B;
}
.AnyTagClassName
{
color: #64946B;
}
</style>
background-color css
<style>
a { background-color: #64946B; }
a { background-color: rgb(100,148,107); }
div.DivClassName
{
background-color: #64946B;
}
.BgClassName
{
background-color: #64946B;
}
</style>
border-color css
<style>
span { border-color: #64946B; }
span { border-color: rgb(100,148,107); }
td.TdClassName
{
border-color: #64946B;
}
.TagClassName
{
border-color: #64946B;
}
</style>