Shades of Laurel #64926C
Tints of Laurel #64926C
RGB
CMYK
RGB Variations
Color information
#64926C (or 0x64926C) is known color: Laurel. HEX triplet: 64, 92 and 6C. RGB value is (100,146,108). Sum of RGB (Red+Green+Blue) = 100+146+108=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #64926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64926C is #9B6D93. Grayscale: #808080. Windows color (decimal): -10186132 or 7115364. OLE color: 7115364.
HSL color Cylindrical-coordinate representation of color #64926C: hue angle of 130.43º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64926C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 108 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.43 |
| HSL | 130.43º | 0.19% | 0.48% | - |
| HSV(B) | 130.43º | 0.32% | 0.57% | - |
| XYZ | 18.24 | 24.35 | 17.93 | - |
| YUV | 127.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 108 | 0.32 | 0 | 0.26 | 0.43 | 130.43 | 0.19 | 0.48 |
| Hex | 64 | 92 | 6C | 20 | 0 | 1A | 2B | 82 | 13 | 30 |
| Octal | 144 | 222 | 154 | 40 | 0 | 32 | 53 | 202 | 23 | 60 |
| Binary | 1100100 | 10010010 | 1101100 | 100000 | 0 | 11010 | 101011 | 10000010 | 10011 | 110000 |
Color Harmonies of #64926C
Complementary color
Monochromatic Colors of #64926C
Black with #64926C
Text Example
Text Example
White with #64926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64926C; }
p { color: rgb(100,146,108); }
H1.HeaderClassName
{
color: #64926C;
}
.AnyTagClassName
{
color: #64926C;
}
</style>
background-color css
<style>
a { background-color: #64926C; }
a { background-color: rgb(100,146,108); }
div.DivClassName
{
background-color: #64926C;
}
.BgClassName
{
background-color: #64926C;
}
</style>
border-color css
<style>
span { border-color: #64926C; }
span { border-color: rgb(100,146,108); }
td.TdClassName
{
border-color: #64926C;
}
.TagClassName
{
border-color: #64926C;
}
</style>