Shades of Laurel #658E6F
Tints of Laurel #658E6F
RGB
CMYK
RGB Variations
Color information
#658E6F (or 0x658E6F) is known color: Laurel. HEX triplet: 65, 8E and 6F. RGB value is (101,142,111). Sum of RGB (Red+Green+Blue) = 101+142+111=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 142 - color contains mainly: green. Hex color #658E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658E6F is #9A7190. Grayscale: #7E7E7E. Windows color (decimal): -10121617 or 7310949. OLE color: 7310949.
HSL color Cylindrical-coordinate representation of color #658E6F: hue angle of 134.63º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658E6F is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 142 | 111 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.44 |
| HSL | 134.63º | 0.17% | 0.48% | - |
| HSV(B) | 134.63º | 0.29% | 0.56% | - |
| XYZ | 17.91 | 23.26 | 18.58 | - |
| YUV | 126.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 111 | 0.29 | 0 | 0.22 | 0.44 | 134.63 | 0.17 | 0.48 |
| Hex | 65 | 8E | 6F | 1D | 0 | 16 | 2C | 87 | 11 | 30 |
| Octal | 145 | 216 | 157 | 35 | 0 | 26 | 54 | 207 | 21 | 60 |
| Binary | 1100101 | 10001110 | 1101111 | 11101 | 0 | 10110 | 101100 | 10000111 | 10001 | 110000 |
Color Harmonies of #658E6F
Complementary color
Monochromatic Colors of #658E6F
Black with #658E6F
Text Example
Text Example
White with #658E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658E6F; }
p { color: rgb(101,142,111); }
H1.HeaderClassName
{
color: #658E6F;
}
.AnyTagClassName
{
color: #658E6F;
}
</style>
background-color css
<style>
a { background-color: #658E6F; }
a { background-color: rgb(101,142,111); }
div.DivClassName
{
background-color: #658E6F;
}
.BgClassName
{
background-color: #658E6F;
}
</style>
border-color css
<style>
span { border-color: #658E6F; }
span { border-color: rgb(101,142,111); }
td.TdClassName
{
border-color: #658E6F;
}
.TagClassName
{
border-color: #658E6F;
}
</style>