Shades of Laurel #659C6B
Tints of Laurel #659C6B
RGB
CMYK
RGB Variations
Color information
#659C6B (or 0x659C6B) is known color: Laurel. HEX triplet: 65, 9C and 6B. RGB value is (101,156,107). Sum of RGB (Red+Green+Blue) = 101+156+107=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #659C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659C6B is #9A6394. Grayscale: #868686. Windows color (decimal): -10118037 or 7052389. OLE color: 7052389.
HSL color Cylindrical-coordinate representation of color #659C6B: hue angle of 126.55º 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 #659C6B is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 107 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.39 |
| HSL | 126.55º | 0.22% | 0.5% | - |
| HSV(B) | 126.55º | 0.35% | 0.61% | - |
| XYZ | 19.91 | 27.61 | 18.19 | - |
| YUV | 133.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 107 | 0.35 | 0 | 0.31 | 0.39 | 126.55 | 0.22 | 0.5 |
| Hex | 65 | 9C | 6B | 23 | 0 | 1F | 27 | 7F | 16 | 32 |
| Octal | 145 | 234 | 153 | 43 | 0 | 37 | 47 | 177 | 26 | 62 |
| Binary | 1100101 | 10011100 | 1101011 | 100011 | 0 | 11111 | 100111 | 1111111 | 10110 | 110010 |
Color Harmonies of #659C6B
Complementary color
Monochromatic Colors of #659C6B
Black with #659C6B
Text Example
Text Example
White with #659C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C6B; }
p { color: rgb(101,156,107); }
H1.HeaderClassName
{
color: #659C6B;
}
.AnyTagClassName
{
color: #659C6B;
}
</style>
background-color css
<style>
a { background-color: #659C6B; }
a { background-color: rgb(101,156,107); }
div.DivClassName
{
background-color: #659C6B;
}
.BgClassName
{
background-color: #659C6B;
}
</style>
border-color css
<style>
span { border-color: #659C6B; }
span { border-color: rgb(101,156,107); }
td.TdClassName
{
border-color: #659C6B;
}
.TagClassName
{
border-color: #659C6B;
}
</style>