Shades of Laurel #618865
Tints of Laurel #618865
RGB
CMYK
RGB Variations
Color information
#618865 (or 0x618865) is known color: Laurel. HEX triplet: 61, 88 and 65. RGB value is (97,136,101). Sum of RGB (Red+Green+Blue) = 97+136+101=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #618865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618865 is #9E779A. Grayscale: #787878. Windows color (decimal): -10385307 or 6654049. OLE color: 6654049.
HSL color Cylindrical-coordinate representation of color #618865: hue angle of 126.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618865 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 136 | 101 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.47 |
| HSL | 126.15º | 0.17% | 0.46% | - |
| HSV(B) | 126.15º | 0.29% | 0.53% | - |
| XYZ | 16.08 | 21.09 | 15.53 | - |
| YUV | 120.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 101 | 0.29 | 0 | 0.26 | 0.47 | 126.15 | 0.17 | 0.46 |
| Hex | 61 | 88 | 65 | 1D | 0 | 1A | 2F | 7E | 11 | 2E |
| Octal | 141 | 210 | 145 | 35 | 0 | 32 | 57 | 176 | 21 | 56 |
| Binary | 1100001 | 10001000 | 1100101 | 11101 | 0 | 11010 | 101111 | 1111110 | 10001 | 101110 |
Color Harmonies of #618865
Complementary color
Monochromatic Colors of #618865
Black with #618865
Text Example
Text Example
White with #618865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618865; }
p { color: rgb(97,136,101); }
H1.HeaderClassName
{
color: #618865;
}
.AnyTagClassName
{
color: #618865;
}
</style>
background-color css
<style>
a { background-color: #618865; }
a { background-color: rgb(97,136,101); }
div.DivClassName
{
background-color: #618865;
}
.BgClassName
{
background-color: #618865;
}
</style>
border-color css
<style>
span { border-color: #618865; }
span { border-color: rgb(97,136,101); }
td.TdClassName
{
border-color: #618865;
}
.TagClassName
{
border-color: #618865;
}
</style>