Shades of Laurel #658C6D
Tints of Laurel #658C6D
RGB
CMYK
RGB Variations
Color information
#658C6D (or 0x658C6D) is known color: Laurel. HEX triplet: 65, 8C and 6D. RGB value is (101,140,109). Sum of RGB (Red+Green+Blue) = 101+140+109=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 140 - color contains mainly: green. Hex color #658C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658C6D is #9A7392. Grayscale: #7C7C7C. Windows color (decimal): -10122131 or 7179365. OLE color: 7179365.
HSL color Cylindrical-coordinate representation of color #658C6D: hue angle of 132.31º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658C6D is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 140 | 109 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.45 |
| HSL | 132.31º | 0.16% | 0.47% | - |
| HSV(B) | 132.31º | 0.28% | 0.55% | - |
| XYZ | 17.51 | 22.63 | 17.91 | - |
| YUV | 124.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 109 | 0.28 | 0 | 0.22 | 0.45 | 132.31 | 0.16 | 0.47 |
| Hex | 65 | 8C | 6D | 1C | 0 | 16 | 2D | 84 | 10 | 2F |
| Octal | 145 | 214 | 155 | 34 | 0 | 26 | 55 | 204 | 20 | 57 |
| Binary | 1100101 | 10001100 | 1101101 | 11100 | 0 | 10110 | 101101 | 10000100 | 10000 | 101111 |
Color Harmonies of #658C6D
Complementary color
Monochromatic Colors of #658C6D
Black with #658C6D
Text Example
Text Example
White with #658C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C6D; }
p { color: rgb(101,140,109); }
H1.HeaderClassName
{
color: #658C6D;
}
.AnyTagClassName
{
color: #658C6D;
}
</style>
background-color css
<style>
a { background-color: #658C6D; }
a { background-color: rgb(101,140,109); }
div.DivClassName
{
background-color: #658C6D;
}
.BgClassName
{
background-color: #658C6D;
}
</style>
border-color css
<style>
span { border-color: #658C6D; }
span { border-color: rgb(101,140,109); }
td.TdClassName
{
border-color: #658C6D;
}
.TagClassName
{
border-color: #658C6D;
}
</style>