Shades of Laurel #688C6C
Tints of Laurel #688C6C
RGB
CMYK
RGB Variations
Color information
#688C6C (or 0x688C6C) is known color: Laurel. HEX triplet: 68, 8C and 6C. RGB value is (104,140,108). Sum of RGB (Red+Green+Blue) = 104+140+108=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #688C6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C6C is #977393. Grayscale: #7D7D7D. Windows color (decimal): -9925524 or 7113832. OLE color: 7113832.
HSL color Cylindrical-coordinate representation of color #688C6C: hue angle of 126.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #688C6C is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 108 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.45 |
| HSL | 126.67º | 0.15% | 0.48% | - |
| HSV(B) | 126.67º | 0.26% | 0.55% | - |
| XYZ | 17.79 | 22.78 | 17.65 | - |
| YUV | 125.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 108 | 0.26 | 0 | 0.23 | 0.45 | 126.67 | 0.15 | 0.48 |
| Hex | 68 | 8C | 6C | 1A | 0 | 17 | 2D | 7F | F | 30 |
| Octal | 150 | 214 | 154 | 32 | 0 | 27 | 55 | 177 | 17 | 60 |
| Binary | 1101000 | 10001100 | 1101100 | 11010 | 0 | 10111 | 101101 | 1111111 | 1111 | 110000 |
Color Harmonies of #688C6C
Complementary color
Monochromatic Colors of #688C6C
Black with #688C6C
Text Example
Text Example
White with #688C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C6C; }
p { color: rgb(104,140,108); }
H1.HeaderClassName
{
color: #688C6C;
}
.AnyTagClassName
{
color: #688C6C;
}
</style>
background-color css
<style>
a { background-color: #688C6C; }
a { background-color: rgb(104,140,108); }
div.DivClassName
{
background-color: #688C6C;
}
.BgClassName
{
background-color: #688C6C;
}
</style>
border-color css
<style>
span { border-color: #688C6C; }
span { border-color: rgb(104,140,108); }
td.TdClassName
{
border-color: #688C6C;
}
.TagClassName
{
border-color: #688C6C;
}
</style>