Shades of Laurel #68806D
Tints of Laurel #68806D
RGB
CMYK
RGB Variations
Color information
#68806D (or 0x68806D) is known color: Laurel. HEX triplet: 68, 80 and 6D. RGB value is (104,128,109). Sum of RGB (Red+Green+Blue) = 104+128+109=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 128 - color contains mainly: green. Hex color #68806D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68806D is #977F92. Grayscale: #767676. Windows color (decimal): -9928595 or 7176296. OLE color: 7176296.
HSL color Cylindrical-coordinate representation of color #68806D: hue angle of 132.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68806D is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 109 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.50 |
| HSL | 132.5º | 0.1% | 0.45% | - |
| HSV(B) | 132.5º | 0.19% | 0.5% | - |
| XYZ | 16.19 | 19.49 | 17.38 | - |
| YUV | 118.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 109 | 0.19 | 0 | 0.15 | 0.50 | 132.5 | 0.1 | 0.45 |
| Hex | 68 | 80 | 6D | 13 | 0 | F | 32 | 84 | A | 2D |
| Octal | 150 | 200 | 155 | 23 | 0 | 17 | 62 | 204 | 12 | 55 |
| Binary | 1101000 | 10000000 | 1101101 | 10011 | 0 | 1111 | 110010 | 10000100 | 1010 | 101101 |
Color Harmonies of #68806D
Complementary color
Monochromatic Colors of #68806D
Black with #68806D
Text Example
Text Example
White with #68806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68806D; }
p { color: rgb(104,128,109); }
H1.HeaderClassName
{
color: #68806D;
}
.AnyTagClassName
{
color: #68806D;
}
</style>
background-color css
<style>
a { background-color: #68806D; }
a { background-color: rgb(104,128,109); }
div.DivClassName
{
background-color: #68806D;
}
.BgClassName
{
background-color: #68806D;
}
</style>
border-color css
<style>
span { border-color: #68806D; }
span { border-color: rgb(104,128,109); }
td.TdClassName
{
border-color: #68806D;
}
.TagClassName
{
border-color: #68806D;
}
</style>