Shades of Laurel #659D68
Tints of Laurel #659D68
RGB
CMYK
RGB Variations
Color information
#659D68 (or 0x659D68) is known color: Laurel. HEX triplet: 65, 9D and 68. RGB value is (101,157,104). Sum of RGB (Red+Green+Blue) = 101+157+104=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #659D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D68 is #9A6297. Grayscale: #868686. Windows color (decimal): -10117784 or 6856037. OLE color: 6856037.
HSL color Cylindrical-coordinate representation of color #659D68: hue angle of 123.21º 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 #659D68 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 104 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.38 |
| HSL | 123.21º | 0.22% | 0.51% | - |
| HSV(B) | 123.21º | 0.36% | 0.62% | - |
| XYZ | 19.92 | 27.88 | 17.43 | - |
| YUV | 134.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 104 | 0.36 | 0 | 0.34 | 0.38 | 123.21 | 0.22 | 0.51 |
| Hex | 65 | 9D | 68 | 24 | 0 | 22 | 26 | 7B | 16 | 33 |
| Octal | 145 | 235 | 150 | 44 | 0 | 42 | 46 | 173 | 26 | 63 |
| Binary | 1100101 | 10011101 | 1101000 | 100100 | 0 | 100010 | 100110 | 1111011 | 10110 | 110011 |
Color Harmonies of #659D68
Complementary color
Monochromatic Colors of #659D68
Black with #659D68
Text Example
Text Example
White with #659D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D68; }
p { color: rgb(101,157,104); }
H1.HeaderClassName
{
color: #659D68;
}
.AnyTagClassName
{
color: #659D68;
}
</style>
background-color css
<style>
a { background-color: #659D68; }
a { background-color: rgb(101,157,104); }
div.DivClassName
{
background-color: #659D68;
}
.BgClassName
{
background-color: #659D68;
}
</style>
border-color css
<style>
span { border-color: #659D68; }
span { border-color: rgb(101,157,104); }
td.TdClassName
{
border-color: #659D68;
}
.TagClassName
{
border-color: #659D68;
}
</style>