Shades of Laurel #68866E
Tints of Laurel #68866E
RGB
CMYK
RGB Variations
Color information
#68866E (or 0x68866E) is known color: Laurel. HEX triplet: 68, 86 and 6E. RGB value is (104,134,110). Sum of RGB (Red+Green+Blue) = 104+134+110=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #68866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68866E is #977991. Grayscale: #7A7A7A. Windows color (decimal): -9927058 or 7243368. OLE color: 7243368.
HSL color Cylindrical-coordinate representation of color #68866E: hue angle of 132º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68866E is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 110 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.47 |
| HSL | 132º | 0.13% | 0.47% | - |
| HSV(B) | 132º | 0.22% | 0.53% | - |
| XYZ | 17.05 | 21.12 | 17.93 | - |
| YUV | 122.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 110 | 0.22 | 0 | 0.18 | 0.47 | 132 | 0.13 | 0.47 |
| Hex | 68 | 86 | 6E | 16 | 0 | 12 | 2F | 84 | D | 2F |
| Octal | 150 | 206 | 156 | 26 | 0 | 22 | 57 | 204 | 15 | 57 |
| Binary | 1101000 | 10000110 | 1101110 | 10110 | 0 | 10010 | 101111 | 10000100 | 1101 | 101111 |
Color Harmonies of #68866E
Complementary color
Monochromatic Colors of #68866E
Black with #68866E
Text Example
Text Example
White with #68866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68866E; }
p { color: rgb(104,134,110); }
H1.HeaderClassName
{
color: #68866E;
}
.AnyTagClassName
{
color: #68866E;
}
</style>
background-color css
<style>
a { background-color: #68866E; }
a { background-color: rgb(104,134,110); }
div.DivClassName
{
background-color: #68866E;
}
.BgClassName
{
background-color: #68866E;
}
</style>
border-color css
<style>
span { border-color: #68866E; }
span { border-color: rgb(104,134,110); }
td.TdClassName
{
border-color: #68866E;
}
.TagClassName
{
border-color: #68866E;
}
</style>