Shades of Laurel #687C6B
Tints of Laurel #687C6B
RGB
CMYK
RGB Variations
Color information
#687C6B (or 0x687C6B) is known color: Laurel. HEX triplet: 68, 7C and 6B. RGB value is (104,124,107). Sum of RGB (Red+Green+Blue) = 104+124+107=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #687C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C6B is #978394. Grayscale: #747474. Windows color (decimal): -9929621 or 7044200. OLE color: 7044200.
HSL color Cylindrical-coordinate representation of color #687C6B: hue angle of 129º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687C6B is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 107 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.51 |
| HSL | 129º | 0.09% | 0.45% | - |
| HSV(B) | 129º | 0.16% | 0.49% | - |
| XYZ | 15.57 | 18.42 | 16.64 | - |
| YUV | 116.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 107 | 0.16 | 0 | 0.14 | 0.51 | 129 | 0.09 | 0.45 |
| Hex | 68 | 7C | 6B | 10 | 0 | E | 33 | 81 | 9 | 2D |
| Octal | 150 | 174 | 153 | 20 | 0 | 16 | 63 | 201 | 11 | 55 |
| Binary | 1101000 | 1111100 | 1101011 | 10000 | 0 | 1110 | 110011 | 10000001 | 1001 | 101101 |
Color Harmonies of #687C6B
Complementary color
Monochromatic Colors of #687C6B
Black with #687C6B
Text Example
Text Example
White with #687C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C6B; }
p { color: rgb(104,124,107); }
H1.HeaderClassName
{
color: #687C6B;
}
.AnyTagClassName
{
color: #687C6B;
}
</style>
background-color css
<style>
a { background-color: #687C6B; }
a { background-color: rgb(104,124,107); }
div.DivClassName
{
background-color: #687C6B;
}
.BgClassName
{
background-color: #687C6B;
}
</style>
border-color css
<style>
span { border-color: #687C6B; }
span { border-color: rgb(104,124,107); }
td.TdClassName
{
border-color: #687C6B;
}
.TagClassName
{
border-color: #687C6B;
}
</style>