Shades of Laurel #687C6A
Tints of Laurel #687C6A
RGB
CMYK
RGB Variations
Color information
#687C6A (or 0x687C6A) is known color: Laurel. HEX triplet: 68, 7C and 6A. RGB value is (104,124,106). Sum of RGB (Red+Green+Blue) = 104+124+106=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 124 - color contains mainly: green. Hex color #687C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C6A is #978395. Grayscale: #747474. Windows color (decimal): -9929622 or 6978664. OLE color: 6978664.
HSL color Cylindrical-coordinate representation of color #687C6A: hue angle of 126º 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 #687C6A is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 124 | 106 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.51 |
| HSL | 126º | 0.09% | 0.45% | - |
| HSV(B) | 126º | 0.16% | 0.49% | - |
| XYZ | 15.52 | 18.4 | 16.37 | - |
| YUV | 115.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 106 | 0.16 | 0 | 0.15 | 0.51 | 126 | 0.09 | 0.45 |
| Hex | 68 | 7C | 6A | 10 | 0 | F | 33 | 7E | 9 | 2D |
| Octal | 150 | 174 | 152 | 20 | 0 | 17 | 63 | 176 | 11 | 55 |
| Binary | 1101000 | 1111100 | 1101010 | 10000 | 0 | 1111 | 110011 | 1111110 | 1001 | 101101 |
Color Harmonies of #687C6A
Complementary color
Monochromatic Colors of #687C6A
Black with #687C6A
Text Example
Text Example
White with #687C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687C6A; }
p { color: rgb(104,124,106); }
H1.HeaderClassName
{
color: #687C6A;
}
.AnyTagClassName
{
color: #687C6A;
}
</style>
background-color css
<style>
a { background-color: #687C6A; }
a { background-color: rgb(104,124,106); }
div.DivClassName
{
background-color: #687C6A;
}
.BgClassName
{
background-color: #687C6A;
}
</style>
border-color css
<style>
span { border-color: #687C6A; }
span { border-color: rgb(104,124,106); }
td.TdClassName
{
border-color: #687C6A;
}
.TagClassName
{
border-color: #687C6A;
}
</style>