Shades of Laurel #68866C
Tints of Laurel #68866C
RGB
CMYK
RGB Variations
Color information
#68866C (or 0x68866C) is known color: Laurel. HEX triplet: 68, 86 and 6C. RGB value is (104,134,108). Sum of RGB (Red+Green+Blue) = 104+134+108=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #68866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68866C is #977993. Grayscale: #7A7A7A. Windows color (decimal): -9927060 or 7112296. OLE color: 7112296.
HSL color Cylindrical-coordinate representation of color #68866C: hue angle of 128º 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 #68866C is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 108 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.47 |
| HSL | 128º | 0.13% | 0.47% | - |
| HSV(B) | 128º | 0.22% | 0.53% | - |
| XYZ | 16.94 | 21.08 | 17.36 | - |
| YUV | 122.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 108 | 0.22 | 0 | 0.19 | 0.47 | 128 | 0.13 | 0.47 |
| Hex | 68 | 86 | 6C | 16 | 0 | 13 | 2F | 80 | D | 2F |
| Octal | 150 | 206 | 154 | 26 | 0 | 23 | 57 | 200 | 15 | 57 |
| Binary | 1101000 | 10000110 | 1101100 | 10110 | 0 | 10011 | 101111 | 10000000 | 1101 | 101111 |
Color Harmonies of #68866C
Complementary color
Monochromatic Colors of #68866C
Black with #68866C
Text Example
Text Example
White with #68866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68866C; }
p { color: rgb(104,134,108); }
H1.HeaderClassName
{
color: #68866C;
}
.AnyTagClassName
{
color: #68866C;
}
</style>
background-color css
<style>
a { background-color: #68866C; }
a { background-color: rgb(104,134,108); }
div.DivClassName
{
background-color: #68866C;
}
.BgClassName
{
background-color: #68866C;
}
</style>
border-color css
<style>
span { border-color: #68866C; }
span { border-color: rgb(104,134,108); }
td.TdClassName
{
border-color: #68866C;
}
.TagClassName
{
border-color: #68866C;
}
</style>