Shades of Laurel #687D6C
Tints of Laurel #687D6C
RGB
CMYK
RGB Variations
Color information
#687D6C (or 0x687D6C) is known color: Laurel. HEX triplet: 68, 7D and 6C. RGB value is (104,125,108). Sum of RGB (Red+Green+Blue) = 104+125+108=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 125 - color contains mainly: green. Hex color #687D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687D6C is #978293. Grayscale: #747474. Windows color (decimal): -9929364 or 7109992. OLE color: 7109992.
HSL color Cylindrical-coordinate representation of color #687D6C: hue angle of 131.43º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #687D6C is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 125 | 108 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.51 |
| HSL | 131.43º | 0.09% | 0.45% | - |
| HSV(B) | 131.43º | 0.17% | 0.49% | - |
| XYZ | 15.75 | 18.69 | 16.97 | - |
| YUV | 116.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 108 | 0.17 | 0 | 0.14 | 0.51 | 131.43 | 0.09 | 0.45 |
| Hex | 68 | 7D | 6C | 11 | 0 | E | 33 | 83 | 9 | 2D |
| Octal | 150 | 175 | 154 | 21 | 0 | 16 | 63 | 203 | 11 | 55 |
| Binary | 1101000 | 1111101 | 1101100 | 10001 | 0 | 1110 | 110011 | 10000011 | 1001 | 101101 |
Color Harmonies of #687D6C
Complementary color
Monochromatic Colors of #687D6C
Black with #687D6C
Text Example
Text Example
White with #687D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D6C; }
p { color: rgb(104,125,108); }
H1.HeaderClassName
{
color: #687D6C;
}
.AnyTagClassName
{
color: #687D6C;
}
</style>
background-color css
<style>
a { background-color: #687D6C; }
a { background-color: rgb(104,125,108); }
div.DivClassName
{
background-color: #687D6C;
}
.BgClassName
{
background-color: #687D6C;
}
</style>
border-color css
<style>
span { border-color: #687D6C; }
span { border-color: rgb(104,125,108); }
td.TdClassName
{
border-color: #687D6C;
}
.TagClassName
{
border-color: #687D6C;
}
</style>