Shades of Laurel #688869
Tints of Laurel #688869
RGB
CMYK
RGB Variations
Color information
#688869 (or 0x688869) is known color: Laurel. HEX triplet: 68, 88 and 69. RGB value is (104,136,105). Sum of RGB (Red+Green+Blue) = 104+136+105=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #688869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688869 is #977796. Grayscale: #7A7A7A. Windows color (decimal): -9926551 or 6916200. OLE color: 6916200.
HSL color Cylindrical-coordinate representation of color #688869: hue angle of 121.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688869 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 105 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.47 |
| HSL | 121.88º | 0.13% | 0.47% | - |
| HSV(B) | 121.88º | 0.24% | 0.53% | - |
| XYZ | 17.06 | 21.57 | 16.63 | - |
| YUV | 122.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 105 | 0.24 | 0 | 0.23 | 0.47 | 121.88 | 0.13 | 0.47 |
| Hex | 68 | 88 | 69 | 18 | 0 | 17 | 2F | 7A | D | 2F |
| Octal | 150 | 210 | 151 | 30 | 0 | 27 | 57 | 172 | 15 | 57 |
| Binary | 1101000 | 10001000 | 1101001 | 11000 | 0 | 10111 | 101111 | 1111010 | 1101 | 101111 |
Color Harmonies of #688869
Complementary color
Monochromatic Colors of #688869
Black with #688869
Text Example
Text Example
White with #688869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688869; }
p { color: rgb(104,136,105); }
H1.HeaderClassName
{
color: #688869;
}
.AnyTagClassName
{
color: #688869;
}
</style>
background-color css
<style>
a { background-color: #688869; }
a { background-color: rgb(104,136,105); }
div.DivClassName
{
background-color: #688869;
}
.BgClassName
{
background-color: #688869;
}
</style>
border-color css
<style>
span { border-color: #688869; }
span { border-color: rgb(104,136,105); }
td.TdClassName
{
border-color: #688869;
}
.TagClassName
{
border-color: #688869;
}
</style>