Shades of Laurel #658F66
Tints of Laurel #658F66
RGB
CMYK
RGB Variations
Color information
#658F66 (or 0x658F66) is known color: Laurel. HEX triplet: 65, 8F and 66. RGB value is (101,143,102). Sum of RGB (Red+Green+Blue) = 101+143+102=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #658F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658F66 is #9A7099. Grayscale: #7D7D7D. Windows color (decimal): -10121370 or 6721381. OLE color: 6721381.
HSL color Cylindrical-coordinate representation of color #658F66: hue angle of 121.43º 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 #658F66 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 143 | 102 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.44 |
| HSL | 121.43º | 0.17% | 0.48% | - |
| HSV(B) | 121.43º | 0.29% | 0.56% | - |
| XYZ | 17.59 | 23.37 | 16.15 | - |
| YUV | 125.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 102 | 0.29 | 0 | 0.29 | 0.44 | 121.43 | 0.17 | 0.48 |
| Hex | 65 | 8F | 66 | 1D | 0 | 1D | 2C | 79 | 11 | 30 |
| Octal | 145 | 217 | 146 | 35 | 0 | 35 | 54 | 171 | 21 | 60 |
| Binary | 1100101 | 10001111 | 1100110 | 11101 | 0 | 11101 | 101100 | 1111001 | 10001 | 110000 |
Color Harmonies of #658F66
Complementary color
Monochromatic Colors of #658F66
Black with #658F66
Text Example
Text Example
White with #658F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F66; }
p { color: rgb(101,143,102); }
H1.HeaderClassName
{
color: #658F66;
}
.AnyTagClassName
{
color: #658F66;
}
</style>
background-color css
<style>
a { background-color: #658F66; }
a { background-color: rgb(101,143,102); }
div.DivClassName
{
background-color: #658F66;
}
.BgClassName
{
background-color: #658F66;
}
</style>
border-color css
<style>
span { border-color: #658F66; }
span { border-color: rgb(101,143,102); }
td.TdClassName
{
border-color: #658F66;
}
.TagClassName
{
border-color: #658F66;
}
</style>