Shades of Laurel #659D66
Tints of Laurel #659D66
RGB
CMYK
RGB Variations
Color information
#659D66 (or 0x659D66) is known color: Laurel. HEX triplet: 65, 9D and 66. RGB value is (101,157,102). Sum of RGB (Red+Green+Blue) = 101+157+102=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #659D66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D66 is #9A6299. Grayscale: #868686. Windows color (decimal): -10117786 or 6724965. OLE color: 6724965.
HSL color Cylindrical-coordinate representation of color #659D66: hue angle of 121.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D66 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 102 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.38 |
| HSL | 121.07º | 0.22% | 0.51% | - |
| HSV(B) | 121.07º | 0.36% | 0.62% | - |
| XYZ | 19.82 | 27.84 | 16.9 | - |
| YUV | 133.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 102 | 0.36 | 0 | 0.35 | 0.38 | 121.07 | 0.22 | 0.51 |
| Hex | 65 | 9D | 66 | 24 | 0 | 23 | 26 | 79 | 16 | 33 |
| Octal | 145 | 235 | 146 | 44 | 0 | 43 | 46 | 171 | 26 | 63 |
| Binary | 1100101 | 10011101 | 1100110 | 100100 | 0 | 100011 | 100110 | 1111001 | 10110 | 110011 |
Color Harmonies of #659D66
Complementary color
Monochromatic Colors of #659D66
Black with #659D66
Text Example
Text Example
White with #659D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D66; }
p { color: rgb(101,157,102); }
H1.HeaderClassName
{
color: #659D66;
}
.AnyTagClassName
{
color: #659D66;
}
</style>
background-color css
<style>
a { background-color: #659D66; }
a { background-color: rgb(101,157,102); }
div.DivClassName
{
background-color: #659D66;
}
.BgClassName
{
background-color: #659D66;
}
</style>
border-color css
<style>
span { border-color: #659D66; }
span { border-color: rgb(101,157,102); }
td.TdClassName
{
border-color: #659D66;
}
.TagClassName
{
border-color: #659D66;
}
</style>