Shades of Laurel #658666
Tints of Laurel #658666
RGB
CMYK
RGB Variations
Color information
#658666 (or 0x658666) is known color: Laurel. HEX triplet: 65, 86 and 66. RGB value is (101,134,102). Sum of RGB (Red+Green+Blue) = 101+134+102=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #658666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658666 is #9A7999. Grayscale: #787878. Windows color (decimal): -10123674 or 6719077. OLE color: 6719077.
HSL color Cylindrical-coordinate representation of color #658666: hue angle of 121.82º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658666 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 102 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.47 |
| HSL | 121.82º | 0.14% | 0.46% | - |
| HSV(B) | 121.82º | 0.25% | 0.53% | - |
| XYZ | 16.29 | 20.78 | 15.72 | - |
| YUV | 120.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 102 | 0.25 | 0 | 0.24 | 0.47 | 121.82 | 0.14 | 0.46 |
| Hex | 65 | 86 | 66 | 19 | 0 | 18 | 2F | 7A | E | 2E |
| Octal | 145 | 206 | 146 | 31 | 0 | 30 | 57 | 172 | 16 | 56 |
| Binary | 1100101 | 10000110 | 1100110 | 11001 | 0 | 11000 | 101111 | 1111010 | 1110 | 101110 |
Color Harmonies of #658666
Complementary color
Monochromatic Colors of #658666
Black with #658666
Text Example
Text Example
White with #658666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658666; }
p { color: rgb(101,134,102); }
H1.HeaderClassName
{
color: #658666;
}
.AnyTagClassName
{
color: #658666;
}
</style>
background-color css
<style>
a { background-color: #658666; }
a { background-color: rgb(101,134,102); }
div.DivClassName
{
background-color: #658666;
}
.BgClassName
{
background-color: #658666;
}
</style>
border-color css
<style>
span { border-color: #658666; }
span { border-color: rgb(101,134,102); }
td.TdClassName
{
border-color: #658666;
}
.TagClassName
{
border-color: #658666;
}
</style>