Shades of Laurel #659166
Tints of Laurel #659166
RGB
CMYK
RGB Variations
Color information
#659166 (or 0x659166) is known color: Laurel. HEX triplet: 65, 91 and 66. RGB value is (101,145,102). Sum of RGB (Red+Green+Blue) = 101+145+102=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #659166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659166 is #9A6E99. Grayscale: #7F7F7F. Windows color (decimal): -10120858 or 6721893. OLE color: 6721893.
HSL color Cylindrical-coordinate representation of color #659166: hue angle of 121.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659166 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 145 | 102 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.43 |
| HSL | 121.36º | 0.18% | 0.48% | - |
| HSV(B) | 121.36º | 0.3% | 0.57% | - |
| XYZ | 17.89 | 23.98 | 16.26 | - |
| YUV | 126.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 102 | 0.30 | 0 | 0.30 | 0.43 | 121.36 | 0.18 | 0.48 |
| Hex | 65 | 91 | 66 | 1E | 0 | 1E | 2B | 79 | 12 | 30 |
| Octal | 145 | 221 | 146 | 36 | 0 | 36 | 53 | 171 | 22 | 60 |
| Binary | 1100101 | 10010001 | 1100110 | 11110 | 0 | 11110 | 101011 | 1111001 | 10010 | 110000 |
Color Harmonies of #659166
Complementary color
Monochromatic Colors of #659166
Black with #659166
Text Example
Text Example
White with #659166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659166; }
p { color: rgb(101,145,102); }
H1.HeaderClassName
{
color: #659166;
}
.AnyTagClassName
{
color: #659166;
}
</style>
background-color css
<style>
a { background-color: #659166; }
a { background-color: rgb(101,145,102); }
div.DivClassName
{
background-color: #659166;
}
.BgClassName
{
background-color: #659166;
}
</style>
border-color css
<style>
span { border-color: #659166; }
span { border-color: rgb(101,145,102); }
td.TdClassName
{
border-color: #659166;
}
.TagClassName
{
border-color: #659166;
}
</style>