Shades of Laurel #688D71
Tints of Laurel #688D71
RGB
CMYK
RGB Variations
Color information
#688D71 (or 0x688D71) is known color: Laurel. HEX triplet: 68, 8D and 71. RGB value is (104,141,113). Sum of RGB (Red+Green+Blue) = 104+141+113=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #688D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D71 is #97728E. Grayscale: #7E7E7E. Windows color (decimal): -9925263 or 7441768. OLE color: 7441768.
HSL color Cylindrical-coordinate representation of color #688D71: hue angle of 134.59º 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 #688D71 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 141 | 113 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.45 |
| HSL | 134.59º | 0.15% | 0.48% | - |
| HSV(B) | 134.59º | 0.26% | 0.55% | - |
| XYZ | 18.21 | 23.19 | 19.14 | - |
| YUV | 126.75 | 120.24 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 113 | 0.26 | 0 | 0.20 | 0.45 | 134.59 | 0.15 | 0.48 |
| Hex | 68 | 8D | 71 | 1A | 0 | 14 | 2D | 87 | F | 30 |
| Octal | 150 | 215 | 161 | 32 | 0 | 24 | 55 | 207 | 17 | 60 |
| Binary | 1101000 | 10001101 | 1110001 | 11010 | 0 | 10100 | 101101 | 10000111 | 1111 | 110000 |
Color Harmonies of #688D71
Complementary color
Monochromatic Colors of #688D71
Black with #688D71
Text Example
Text Example
White with #688D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688D71; }
p { color: rgb(104,141,113); }
H1.HeaderClassName
{
color: #688D71;
}
.AnyTagClassName
{
color: #688D71;
}
</style>
background-color css
<style>
a { background-color: #688D71; }
a { background-color: rgb(104,141,113); }
div.DivClassName
{
background-color: #688D71;
}
.BgClassName
{
background-color: #688D71;
}
</style>
border-color css
<style>
span { border-color: #688D71; }
span { border-color: rgb(104,141,113); }
td.TdClassName
{
border-color: #688D71;
}
.TagClassName
{
border-color: #688D71;
}
</style>