Shades of Laurel #688C6F
Tints of Laurel #688C6F
RGB
CMYK
RGB Variations
Color information
#688C6F (or 0x688C6F) is known color: Laurel. HEX triplet: 68, 8C and 6F. RGB value is (104,140,111). Sum of RGB (Red+Green+Blue) = 104+140+111=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 140 (55.08% from 255 or 39.44% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 140 - color contains mainly: green. Hex color #688C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688C6F is #977390. Grayscale: #7E7E7E. Windows color (decimal): -9925521 or 7310440. OLE color: 7310440.
HSL color Cylindrical-coordinate representation of color #688C6F: hue angle of 131.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 #688C6F is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 140 | 111 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.45 |
| HSL | 131.67º | 0.15% | 0.48% | - |
| HSV(B) | 131.67º | 0.26% | 0.55% | - |
| XYZ | 17.96 | 22.85 | 18.5 | - |
| YUV | 125.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 111 | 0.26 | 0 | 0.21 | 0.45 | 131.67 | 0.15 | 0.48 |
| Hex | 68 | 8C | 6F | 1A | 0 | 15 | 2D | 84 | F | 30 |
| Octal | 150 | 214 | 157 | 32 | 0 | 25 | 55 | 204 | 17 | 60 |
| Binary | 1101000 | 10001100 | 1101111 | 11010 | 0 | 10101 | 101101 | 10000100 | 1111 | 110000 |
Color Harmonies of #688C6F
Complementary color
Monochromatic Colors of #688C6F
Black with #688C6F
Text Example
Text Example
White with #688C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688C6F; }
p { color: rgb(104,140,111); }
H1.HeaderClassName
{
color: #688C6F;
}
.AnyTagClassName
{
color: #688C6F;
}
</style>
background-color css
<style>
a { background-color: #688C6F; }
a { background-color: rgb(104,140,111); }
div.DivClassName
{
background-color: #688C6F;
}
.BgClassName
{
background-color: #688C6F;
}
</style>
border-color css
<style>
span { border-color: #688C6F; }
span { border-color: rgb(104,140,111); }
td.TdClassName
{
border-color: #688C6F;
}
.TagClassName
{
border-color: #688C6F;
}
</style>