Shades of Laurel #688B6A
Tints of Laurel #688B6A
RGB
CMYK
RGB Variations
Color information
#688B6A (or 0x688B6A) is known color: Laurel. HEX triplet: 68, 8B and 6A. RGB value is (104,139,106). Sum of RGB (Red+Green+Blue) = 104+139+106=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 139 - color contains mainly: green. Hex color #688B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B6A is #977495. Grayscale: #7C7C7C. Windows color (decimal): -9925782 or 6982504. OLE color: 6982504.
HSL color Cylindrical-coordinate representation of color #688B6A: hue angle of 123.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B6A is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 106 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.45 |
| HSL | 123.43º | 0.14% | 0.48% | - |
| HSV(B) | 123.43º | 0.25% | 0.55% | - |
| XYZ | 17.54 | 22.45 | 17.04 | - |
| YUV | 124.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 106 | 0.25 | 0 | 0.24 | 0.45 | 123.43 | 0.14 | 0.48 |
| Hex | 68 | 8B | 6A | 19 | 0 | 18 | 2D | 7B | E | 30 |
| Octal | 150 | 213 | 152 | 31 | 0 | 30 | 55 | 173 | 16 | 60 |
| Binary | 1101000 | 10001011 | 1101010 | 11001 | 0 | 11000 | 101101 | 1111011 | 1110 | 110000 |
Color Harmonies of #688B6A
Complementary color
Monochromatic Colors of #688B6A
Black with #688B6A
Text Example
Text Example
White with #688B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B6A; }
p { color: rgb(104,139,106); }
H1.HeaderClassName
{
color: #688B6A;
}
.AnyTagClassName
{
color: #688B6A;
}
</style>
background-color css
<style>
a { background-color: #688B6A; }
a { background-color: rgb(104,139,106); }
div.DivClassName
{
background-color: #688B6A;
}
.BgClassName
{
background-color: #688B6A;
}
</style>
border-color css
<style>
span { border-color: #688B6A; }
span { border-color: rgb(104,139,106); }
td.TdClassName
{
border-color: #688B6A;
}
.TagClassName
{
border-color: #688B6A;
}
</style>