Shades of Laurel #64956B
Tints of Laurel #64956B
RGB
CMYK
RGB Variations
Color information
#64956B (or 0x64956B) is known color: Laurel. HEX triplet: 64, 95 and 6B. RGB value is (100,149,107). Sum of RGB (Red+Green+Blue) = 100+149+107=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #64956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64956B is #9B6A94. Grayscale: #818181. Windows color (decimal): -10185365 or 7050596. OLE color: 7050596.
HSL color Cylindrical-coordinate representation of color #64956B: hue angle of 128.57º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64956B is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 107 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.42 |
| HSL | 128.57º | 0.2% | 0.49% | - |
| HSV(B) | 128.57º | 0.33% | 0.58% | - |
| XYZ | 18.66 | 25.27 | 17.8 | - |
| YUV | 129.56 | 115.27 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 107 | 0.33 | 0 | 0.28 | 0.42 | 128.57 | 0.2 | 0.49 |
| Hex | 64 | 95 | 6B | 21 | 0 | 1C | 2A | 81 | 14 | 31 |
| Octal | 144 | 225 | 153 | 41 | 0 | 34 | 52 | 201 | 24 | 61 |
| Binary | 1100100 | 10010101 | 1101011 | 100001 | 0 | 11100 | 101010 | 10000001 | 10100 | 110001 |
Color Harmonies of #64956B
Complementary color
Monochromatic Colors of #64956B
Black with #64956B
Text Example
Text Example
White with #64956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64956B; }
p { color: rgb(100,149,107); }
H1.HeaderClassName
{
color: #64956B;
}
.AnyTagClassName
{
color: #64956B;
}
</style>
background-color css
<style>
a { background-color: #64956B; }
a { background-color: rgb(100,149,107); }
div.DivClassName
{
background-color: #64956B;
}
.BgClassName
{
background-color: #64956B;
}
</style>
border-color css
<style>
span { border-color: #64956B; }
span { border-color: rgb(100,149,107); }
td.TdClassName
{
border-color: #64956B;
}
.TagClassName
{
border-color: #64956B;
}
</style>