Shades of Laurel #659E65
Tints of Laurel #659E65
RGB
CMYK
RGB Variations
Color information
#659E65 (or 0x659E65) is known color: Laurel. HEX triplet: 65, 9E and 65. RGB value is (101,158,101). Sum of RGB (Red+Green+Blue) = 101+158+101=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 158 (62.11% from 255 or 43.89% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 158 - color contains mainly: green. Hex color #659E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659E65 is #9A619A. Grayscale: #868686. Windows color (decimal): -10117531 or 6659685. OLE color: 6659685.
HSL color Cylindrical-coordinate representation of color #659E65: hue angle of 120º degrees, saturation: 0.23, 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 #659E65 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 158 | 101 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.38 |
| HSL | 120º | 0.23% | 0.51% | - |
| HSV(B) | 120º | 0.36% | 0.62% | - |
| XYZ | 19.94 | 28.16 | 16.7 | - |
| YUV | 134.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 158 | 101 | 0.36 | 0 | 0.36 | 0.38 | 120 | 0.23 | 0.51 |
| Hex | 65 | 9E | 65 | 24 | 0 | 24 | 26 | 78 | 17 | 33 |
| Octal | 145 | 236 | 145 | 44 | 0 | 44 | 46 | 170 | 27 | 63 |
| Binary | 1100101 | 10011110 | 1100101 | 100100 | 0 | 100100 | 100110 | 1111000 | 10111 | 110011 |
Color Harmonies of #659E65
Complementary color
Monochromatic Colors of #659E65
Black with #659E65
Text Example
Text Example
White with #659E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659E65; }
p { color: rgb(101,158,101); }
H1.HeaderClassName
{
color: #659E65;
}
.AnyTagClassName
{
color: #659E65;
}
</style>
background-color css
<style>
a { background-color: #659E65; }
a { background-color: rgb(101,158,101); }
div.DivClassName
{
background-color: #659E65;
}
.BgClassName
{
background-color: #659E65;
}
</style>
border-color css
<style>
span { border-color: #659E65; }
span { border-color: rgb(101,158,101); }
td.TdClassName
{
border-color: #659E65;
}
.TagClassName
{
border-color: #659E65;
}
</style>