Shades of Laurel #618E67
Tints of Laurel #618E67
RGB
CMYK
RGB Variations
Color information
#618E67 (or 0x618E67) is known color: Laurel. HEX triplet: 61, 8E and 67. RGB value is (97,142,103). Sum of RGB (Red+Green+Blue) = 97+142+103=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 142 - color contains mainly: green. Hex color #618E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E67 is #9E7198. Grayscale: #7C7C7C. Windows color (decimal): -10383769 or 6786657. OLE color: 6786657.
HSL color Cylindrical-coordinate representation of color #618E67: hue angle of 128º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618E67 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 142 | 103 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.44 |
| HSL | 128º | 0.19% | 0.47% | - |
| HSV(B) | 128º | 0.32% | 0.56% | - |
| XYZ | 17.05 | 22.87 | 16.35 | - |
| YUV | 124.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 103 | 0.32 | 0 | 0.27 | 0.44 | 128 | 0.19 | 0.47 |
| Hex | 61 | 8E | 67 | 20 | 0 | 1B | 2C | 80 | 13 | 2F |
| Octal | 141 | 216 | 147 | 40 | 0 | 33 | 54 | 200 | 23 | 57 |
| Binary | 1100001 | 10001110 | 1100111 | 100000 | 0 | 11011 | 101100 | 10000000 | 10011 | 101111 |
Color Harmonies of #618E67
Complementary color
Monochromatic Colors of #618E67
Black with #618E67
Text Example
Text Example
White with #618E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618E67; }
p { color: rgb(97,142,103); }
H1.HeaderClassName
{
color: #618E67;
}
.AnyTagClassName
{
color: #618E67;
}
</style>
background-color css
<style>
a { background-color: #618E67; }
a { background-color: rgb(97,142,103); }
div.DivClassName
{
background-color: #618E67;
}
.BgClassName
{
background-color: #618E67;
}
</style>
border-color css
<style>
span { border-color: #618E67; }
span { border-color: rgb(97,142,103); }
td.TdClassName
{
border-color: #618E67;
}
.TagClassName
{
border-color: #618E67;
}
</style>