Shades of Laurel #659C66
Tints of Laurel #659C66
RGB
CMYK
RGB Variations
Color information
#659C66 (or 0x659C66) is known color: Laurel. HEX triplet: 65, 9C and 66. RGB value is (101,156,102). Sum of RGB (Red+Green+Blue) = 101+156+102=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #659C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C66 is #9A6399. Grayscale: #858585. Windows color (decimal): -10118042 or 6724709. OLE color: 6724709.
HSL color Cylindrical-coordinate representation of color #659C66: hue angle of 121.09º degrees, saturation: 0.22, 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 #659C66 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 102 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.39 |
| HSL | 121.09º | 0.22% | 0.5% | - |
| HSV(B) | 121.09º | 0.35% | 0.61% | - |
| XYZ | 19.65 | 27.5 | 16.84 | - |
| YUV | 133.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 102 | 0.35 | 0 | 0.35 | 0.39 | 121.09 | 0.22 | 0.5 |
| Hex | 65 | 9C | 66 | 23 | 0 | 23 | 27 | 79 | 16 | 32 |
| Octal | 145 | 234 | 146 | 43 | 0 | 43 | 47 | 171 | 26 | 62 |
| Binary | 1100101 | 10011100 | 1100110 | 100011 | 0 | 100011 | 100111 | 1111001 | 10110 | 110010 |
Color Harmonies of #659C66
Complementary color
Monochromatic Colors of #659C66
Black with #659C66
Text Example
Text Example
White with #659C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C66; }
p { color: rgb(101,156,102); }
H1.HeaderClassName
{
color: #659C66;
}
.AnyTagClassName
{
color: #659C66;
}
</style>
background-color css
<style>
a { background-color: #659C66; }
a { background-color: rgb(101,156,102); }
div.DivClassName
{
background-color: #659C66;
}
.BgClassName
{
background-color: #659C66;
}
</style>
border-color css
<style>
span { border-color: #659C66; }
span { border-color: rgb(101,156,102); }
td.TdClassName
{
border-color: #659C66;
}
.TagClassName
{
border-color: #659C66;
}
</style>