Shades of Laurel #688A71
Tints of Laurel #688A71
RGB
CMYK
RGB Variations
Color information
#688A71 (or 0x688A71) is known color: Laurel. HEX triplet: 68, 8A and 71. RGB value is (104,138,113). Sum of RGB (Red+Green+Blue) = 104+138+113=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 138 - color contains mainly: green. Hex color #688A71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A71 is #97758E. Grayscale: #7D7D7D. Windows color (decimal): -9926031 or 7441000. OLE color: 7441000.
HSL color Cylindrical-coordinate representation of color #688A71: hue angle of 135.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688A71 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 113 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.46 |
| HSL | 135.88º | 0.14% | 0.47% | - |
| HSV(B) | 135.88º | 0.25% | 0.54% | - |
| XYZ | 17.78 | 22.31 | 18.99 | - |
| YUV | 124.98 | 121.24 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 113 | 0.25 | 0 | 0.18 | 0.46 | 135.88 | 0.14 | 0.47 |
| Hex | 68 | 8A | 71 | 19 | 0 | 12 | 2E | 88 | E | 2F |
| Octal | 150 | 212 | 161 | 31 | 0 | 22 | 56 | 210 | 16 | 57 |
| Binary | 1101000 | 10001010 | 1110001 | 11001 | 0 | 10010 | 101110 | 10001000 | 1110 | 101111 |
Color Harmonies of #688A71
Complementary color
Monochromatic Colors of #688A71
Black with #688A71
Text Example
Text Example
White with #688A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A71; }
p { color: rgb(104,138,113); }
H1.HeaderClassName
{
color: #688A71;
}
.AnyTagClassName
{
color: #688A71;
}
</style>
background-color css
<style>
a { background-color: #688A71; }
a { background-color: rgb(104,138,113); }
div.DivClassName
{
background-color: #688A71;
}
.BgClassName
{
background-color: #688A71;
}
</style>
border-color css
<style>
span { border-color: #688A71; }
span { border-color: rgb(104,138,113); }
td.TdClassName
{
border-color: #688A71;
}
.TagClassName
{
border-color: #688A71;
}
</style>