Shades of Laurel #687D6B
Tints of Laurel #687D6B
RGB
CMYK
RGB Variations
Color information
#687D6B (or 0x687D6B) is known color: Laurel. HEX triplet: 68, 7D and 6B. RGB value is (104,125,107). Sum of RGB (Red+Green+Blue) = 104+125+107=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 125 - color contains mainly: green. Hex color #687D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687D6B is #978294. Grayscale: #747474. Windows color (decimal): -9929365 or 7044456. OLE color: 7044456.
HSL color Cylindrical-coordinate representation of color #687D6B: hue angle of 128.57º 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 #687D6B is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 125 | 107 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.51 |
| HSL | 128.57º | 0.09% | 0.45% | - |
| HSV(B) | 128.57º | 0.17% | 0.49% | - |
| XYZ | 15.7 | 18.67 | 16.69 | - |
| YUV | 116.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 107 | 0.17 | 0 | 0.14 | 0.51 | 128.57 | 0.09 | 0.45 |
| Hex | 68 | 7D | 6B | 11 | 0 | E | 33 | 81 | 9 | 2D |
| Octal | 150 | 175 | 153 | 21 | 0 | 16 | 63 | 201 | 11 | 55 |
| Binary | 1101000 | 1111101 | 1101011 | 10001 | 0 | 1110 | 110011 | 10000001 | 1001 | 101101 |
Color Harmonies of #687D6B
Complementary color
Monochromatic Colors of #687D6B
Black with #687D6B
Text Example
Text Example
White with #687D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687D6B; }
p { color: rgb(104,125,107); }
H1.HeaderClassName
{
color: #687D6B;
}
.AnyTagClassName
{
color: #687D6B;
}
</style>
background-color css
<style>
a { background-color: #687D6B; }
a { background-color: rgb(104,125,107); }
div.DivClassName
{
background-color: #687D6B;
}
.BgClassName
{
background-color: #687D6B;
}
</style>
border-color css
<style>
span { border-color: #687D6B; }
span { border-color: rgb(104,125,107); }
td.TdClassName
{
border-color: #687D6B;
}
.TagClassName
{
border-color: #687D6B;
}
</style>