Shades of Laurel #659D65
Tints of Laurel #659D65
RGB
CMYK
RGB Variations
Color information
#659D65 (or 0x659D65) is known color: Laurel. HEX triplet: 65, 9D and 65. RGB value is (101,157,101). Sum of RGB (Red+Green+Blue) = 101+157+101=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #659D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D65 is #9A629A. Grayscale: #868686. Windows color (decimal): -10117787 or 6659429. OLE color: 6659429.
HSL color Cylindrical-coordinate representation of color #659D65: hue angle of 120º 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 #659D65 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 101 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.38 |
| HSL | 120º | 0.22% | 0.51% | - |
| HSV(B) | 120º | 0.36% | 0.62% | - |
| XYZ | 19.77 | 27.82 | 16.64 | - |
| YUV | 133.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 101 | 0.36 | 0 | 0.36 | 0.38 | 120 | 0.22 | 0.51 |
| Hex | 65 | 9D | 65 | 24 | 0 | 24 | 26 | 78 | 16 | 33 |
| Octal | 145 | 235 | 145 | 44 | 0 | 44 | 46 | 170 | 26 | 63 |
| Binary | 1100101 | 10011101 | 1100101 | 100100 | 0 | 100100 | 100110 | 1111000 | 10110 | 110011 |
Color Harmonies of #659D65
Complementary color
Monochromatic Colors of #659D65
Black with #659D65
Text Example
Text Example
White with #659D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D65; }
p { color: rgb(101,157,101); }
H1.HeaderClassName
{
color: #659D65;
}
.AnyTagClassName
{
color: #659D65;
}
</style>
background-color css
<style>
a { background-color: #659D65; }
a { background-color: rgb(101,157,101); }
div.DivClassName
{
background-color: #659D65;
}
.BgClassName
{
background-color: #659D65;
}
</style>
border-color css
<style>
span { border-color: #659D65; }
span { border-color: rgb(101,157,101); }
td.TdClassName
{
border-color: #659D65;
}
.TagClassName
{
border-color: #659D65;
}
</style>