Shades of Laurel #657867
Tints of Laurel #657867
RGB
CMYK
RGB Variations
Color information
#657867 (or 0x657867) is known color: Laurel. HEX triplet: 65, 78 and 67. RGB value is (101,120,103). Sum of RGB (Red+Green+Blue) = 101+120+103=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #657867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657867 is #9A8798. Grayscale: #707070. Windows color (decimal): -10127257 or 6781029. OLE color: 6781029.
HSL color Cylindrical-coordinate representation of color #657867: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #657867 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 103 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.53 |
| HSL | 126.32º | 0.09% | 0.43% | - |
| HSV(B) | 126.32º | 0.16% | 0.47% | - |
| XYZ | 14.53 | 17.18 | 15.38 | - |
| YUV | 112.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 103 | 0.16 | 0 | 0.14 | 0.53 | 126.32 | 0.09 | 0.43 |
| Hex | 65 | 78 | 67 | 10 | 0 | E | 35 | 7E | 9 | 2B |
| Octal | 145 | 170 | 147 | 20 | 0 | 16 | 65 | 176 | 11 | 53 |
| Binary | 1100101 | 1111000 | 1100111 | 10000 | 0 | 1110 | 110101 | 1111110 | 1001 | 101011 |
Color Harmonies of #657867
Complementary color
Monochromatic Colors of #657867
Black with #657867
Text Example
Text Example
White with #657867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657867; }
p { color: rgb(101,120,103); }
H1.HeaderClassName
{
color: #657867;
}
.AnyTagClassName
{
color: #657867;
}
</style>
background-color css
<style>
a { background-color: #657867; }
a { background-color: rgb(101,120,103); }
div.DivClassName
{
background-color: #657867;
}
.BgClassName
{
background-color: #657867;
}
</style>
border-color css
<style>
span { border-color: #657867; }
span { border-color: rgb(101,120,103); }
td.TdClassName
{
border-color: #657867;
}
.TagClassName
{
border-color: #657867;
}
</style>