Shades of Laurel #688D70
Tints of Laurel #688D70
RGB
CMYK
RGB Variations
Color information
#688D70 (or 0x688D70) is known color: Laurel. HEX triplet: 68, 8D and 70. RGB value is (104,141,112). Sum of RGB (Red+Green+Blue) = 104+141+112=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #688D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688D70 is #97728F. Grayscale: #7E7E7E. Windows color (decimal): -9925264 or 7376232. OLE color: 7376232.
HSL color Cylindrical-coordinate representation of color #688D70: hue angle of 132.97º 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 #688D70 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 141 | 112 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.45 |
| HSL | 132.97º | 0.15% | 0.48% | - |
| HSV(B) | 132.97º | 0.26% | 0.55% | - |
| XYZ | 18.16 | 23.16 | 18.84 | - |
| YUV | 126.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 141 | 112 | 0.26 | 0 | 0.21 | 0.45 | 132.97 | 0.15 | 0.48 |
| Hex | 68 | 8D | 70 | 1A | 0 | 15 | 2D | 85 | F | 30 |
| Octal | 150 | 215 | 160 | 32 | 0 | 25 | 55 | 205 | 17 | 60 |
| Binary | 1101000 | 10001101 | 1110000 | 11010 | 0 | 10101 | 101101 | 10000101 | 1111 | 110000 |
Color Harmonies of #688D70
Complementary color
Monochromatic Colors of #688D70
Black with #688D70
Text Example
Text Example
White with #688D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688D70; }
p { color: rgb(104,141,112); }
H1.HeaderClassName
{
color: #688D70;
}
.AnyTagClassName
{
color: #688D70;
}
</style>
background-color css
<style>
a { background-color: #688D70; }
a { background-color: rgb(104,141,112); }
div.DivClassName
{
background-color: #688D70;
}
.BgClassName
{
background-color: #688D70;
}
</style>
border-color css
<style>
span { border-color: #688D70; }
span { border-color: rgb(104,141,112); }
td.TdClassName
{
border-color: #688D70;
}
.TagClassName
{
border-color: #688D70;
}
</style>