Shades of Laurel #659965
Tints of Laurel #659965
RGB
CMYK
RGB Variations
Color information
#659965 (or 0x659965) is known color: Laurel. HEX triplet: 65, 99 and 65. RGB value is (101,153,101). Sum of RGB (Red+Green+Blue) = 101+153+101=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #659965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659965 is #9A669A. Grayscale: #838383. Windows color (decimal): -10118811 or 6658405. OLE color: 6658405.
HSL color Cylindrical-coordinate representation of color #659965: hue angle of 120º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659965 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 101 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.4 |
| HSL | 120º | 0.2% | 0.5% | - |
| HSV(B) | 120º | 0.34% | 0.6% | - |
| XYZ | 19.11 | 26.49 | 16.42 | - |
| YUV | 131.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 101 | 0.34 | 0 | 0.34 | 0.4 | 120 | 0.2 | 0.5 |
| Hex | 65 | 99 | 65 | 22 | 0 | 22 | 28 | 78 | 14 | 32 |
| Octal | 145 | 231 | 145 | 42 | 0 | 42 | 50 | 170 | 24 | 62 |
| Binary | 1100101 | 10011001 | 1100101 | 100010 | 0 | 100010 | 101000 | 1111000 | 10100 | 110010 |
Color Harmonies of #659965
Complementary color
Monochromatic Colors of #659965
Black with #659965
Text Example
Text Example
White with #659965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659965; }
p { color: rgb(101,153,101); }
H1.HeaderClassName
{
color: #659965;
}
.AnyTagClassName
{
color: #659965;
}
</style>
background-color css
<style>
a { background-color: #659965; }
a { background-color: rgb(101,153,101); }
div.DivClassName
{
background-color: #659965;
}
.BgClassName
{
background-color: #659965;
}
</style>
border-color css
<style>
span { border-color: #659965; }
span { border-color: rgb(101,153,101); }
td.TdClassName
{
border-color: #659965;
}
.TagClassName
{
border-color: #659965;
}
</style>