Shades of Laurel #688A6C
Tints of Laurel #688A6C
RGB
CMYK
RGB Variations
Color information
#688A6C (or 0x688A6C) is known color: Laurel. HEX triplet: 68, 8A and 6C. RGB value is (104,138,108). Sum of RGB (Red+Green+Blue) = 104+138+108=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 138 - color contains mainly: green. Hex color #688A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688A6C is #977593. Grayscale: #7C7C7C. Windows color (decimal): -9926036 or 7113320. OLE color: 7113320.
HSL color Cylindrical-coordinate representation of color #688A6C: hue angle of 127.06º 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 #688A6C is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 138 | 108 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.46 |
| HSL | 127.06º | 0.14% | 0.47% | - |
| HSV(B) | 127.06º | 0.25% | 0.54% | - |
| XYZ | 17.5 | 22.2 | 17.55 | - |
| YUV | 124.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 138 | 108 | 0.25 | 0 | 0.22 | 0.46 | 127.06 | 0.14 | 0.47 |
| Hex | 68 | 8A | 6C | 19 | 0 | 16 | 2E | 7F | E | 2F |
| Octal | 150 | 212 | 154 | 31 | 0 | 26 | 56 | 177 | 16 | 57 |
| Binary | 1101000 | 10001010 | 1101100 | 11001 | 0 | 10110 | 101110 | 1111111 | 1110 | 101111 |
Color Harmonies of #688A6C
Complementary color
Monochromatic Colors of #688A6C
Black with #688A6C
Text Example
Text Example
White with #688A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688A6C; }
p { color: rgb(104,138,108); }
H1.HeaderClassName
{
color: #688A6C;
}
.AnyTagClassName
{
color: #688A6C;
}
</style>
background-color css
<style>
a { background-color: #688A6C; }
a { background-color: rgb(104,138,108); }
div.DivClassName
{
background-color: #688A6C;
}
.BgClassName
{
background-color: #688A6C;
}
</style>
border-color css
<style>
span { border-color: #688A6C; }
span { border-color: rgb(104,138,108); }
td.TdClassName
{
border-color: #688A6C;
}
.TagClassName
{
border-color: #688A6C;
}
</style>