Shades of Laurel #68886D
Tints of Laurel #68886D
RGB
CMYK
RGB Variations
Color information
#68886D (or 0x68886D) is known color: Laurel. HEX triplet: 68, 88 and 6D. RGB value is (104,136,109). Sum of RGB (Red+Green+Blue) = 104+136+109=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #68886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68886D is #977792. Grayscale: #7B7B7B. Windows color (decimal): -9926547 or 7178344. OLE color: 7178344.
HSL color Cylindrical-coordinate representation of color #68886D: hue angle of 129.38º 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 #68886D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 109 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.47 |
| HSL | 129.38º | 0.13% | 0.47% | - |
| HSV(B) | 129.38º | 0.24% | 0.53% | - |
| XYZ | 17.27 | 21.66 | 17.74 | - |
| YUV | 123.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 109 | 0.24 | 0 | 0.20 | 0.47 | 129.38 | 0.13 | 0.47 |
| Hex | 68 | 88 | 6D | 18 | 0 | 14 | 2F | 81 | D | 2F |
| Octal | 150 | 210 | 155 | 30 | 0 | 24 | 57 | 201 | 15 | 57 |
| Binary | 1101000 | 10001000 | 1101101 | 11000 | 0 | 10100 | 101111 | 10000001 | 1101 | 101111 |
Color Harmonies of #68886D
Complementary color
Monochromatic Colors of #68886D
Black with #68886D
Text Example
Text Example
White with #68886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68886D; }
p { color: rgb(104,136,109); }
H1.HeaderClassName
{
color: #68886D;
}
.AnyTagClassName
{
color: #68886D;
}
</style>
background-color css
<style>
a { background-color: #68886D; }
a { background-color: rgb(104,136,109); }
div.DivClassName
{
background-color: #68886D;
}
.BgClassName
{
background-color: #68886D;
}
</style>
border-color css
<style>
span { border-color: #68886D; }
span { border-color: rgb(104,136,109); }
td.TdClassName
{
border-color: #68886D;
}
.TagClassName
{
border-color: #68886D;
}
</style>