Shades of Laurel #659B66
Tints of Laurel #659B66
RGB
CMYK
RGB Variations
Color information
#659B66 (or 0x659B66) is known color: Laurel. HEX triplet: 65, 9B and 66. RGB value is (101,155,102). Sum of RGB (Red+Green+Blue) = 101+155+102=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #659B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659B66 is #9A6499. Grayscale: #848484. Windows color (decimal): -10118298 or 6724453. OLE color: 6724453.
HSL color Cylindrical-coordinate representation of color #659B66: hue angle of 121.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B66 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 155 | 102 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.39 |
| HSL | 121.11º | 0.21% | 0.5% | - |
| HSV(B) | 121.11º | 0.35% | 0.61% | - |
| XYZ | 19.49 | 27.17 | 16.79 | - |
| YUV | 132.81 | 110.61 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 155 | 102 | 0.35 | 0 | 0.34 | 0.39 | 121.11 | 0.21 | 0.5 |
| Hex | 65 | 9B | 66 | 23 | 0 | 22 | 27 | 79 | 15 | 32 |
| Octal | 145 | 233 | 146 | 43 | 0 | 42 | 47 | 171 | 25 | 62 |
| Binary | 1100101 | 10011011 | 1100110 | 100011 | 0 | 100010 | 100111 | 1111001 | 10101 | 110010 |
Color Harmonies of #659B66
Complementary color
Monochromatic Colors of #659B66
Black with #659B66
Text Example
Text Example
White with #659B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659B66; }
p { color: rgb(101,155,102); }
H1.HeaderClassName
{
color: #659B66;
}
.AnyTagClassName
{
color: #659B66;
}
</style>
background-color css
<style>
a { background-color: #659B66; }
a { background-color: rgb(101,155,102); }
div.DivClassName
{
background-color: #659B66;
}
.BgClassName
{
background-color: #659B66;
}
</style>
border-color css
<style>
span { border-color: #659B66; }
span { border-color: rgb(101,155,102); }
td.TdClassName
{
border-color: #659B66;
}
.TagClassName
{
border-color: #659B66;
}
</style>