Shades of Laurel #658669
Tints of Laurel #658669
RGB
CMYK
RGB Variations
Color information
#658669 (or 0x658669) is known color: Laurel. HEX triplet: 65, 86 and 69. RGB value is (101,134,105). Sum of RGB (Red+Green+Blue) = 101+134+105=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #658669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658669 is #9A7996. Grayscale: #787878. Windows color (decimal): -10123671 or 6915685. OLE color: 6915685.
HSL color Cylindrical-coordinate representation of color #658669: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #658669 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 105 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.47 |
| HSL | 127.27º | 0.14% | 0.46% | - |
| HSV(B) | 127.27º | 0.25% | 0.53% | - |
| XYZ | 16.44 | 20.84 | 16.52 | - |
| YUV | 120.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 105 | 0.25 | 0 | 0.22 | 0.47 | 127.27 | 0.14 | 0.46 |
| Hex | 65 | 86 | 69 | 19 | 0 | 16 | 2F | 7F | E | 2E |
| Octal | 145 | 206 | 151 | 31 | 0 | 26 | 57 | 177 | 16 | 56 |
| Binary | 1100101 | 10000110 | 1101001 | 11001 | 0 | 10110 | 101111 | 1111111 | 1110 | 101110 |
Color Harmonies of #658669
Complementary color
Monochromatic Colors of #658669
Black with #658669
Text Example
Text Example
White with #658669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658669; }
p { color: rgb(101,134,105); }
H1.HeaderClassName
{
color: #658669;
}
.AnyTagClassName
{
color: #658669;
}
</style>
background-color css
<style>
a { background-color: #658669; }
a { background-color: rgb(101,134,105); }
div.DivClassName
{
background-color: #658669;
}
.BgClassName
{
background-color: #658669;
}
</style>
border-color css
<style>
span { border-color: #658669; }
span { border-color: rgb(101,134,105); }
td.TdClassName
{
border-color: #658669;
}
.TagClassName
{
border-color: #658669;
}
</style>