Shades of Laurel #68896C
Tints of Laurel #68896C
RGB
CMYK
RGB Variations
Color information
#68896C (or 0x68896C) is known color: Laurel. HEX triplet: 68, 89 and 6C. RGB value is (104,137,108). Sum of RGB (Red+Green+Blue) = 104+137+108=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #68896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68896C is #977693. Grayscale: #7B7B7B. Windows color (decimal): -9926292 or 7113064. OLE color: 7113064.
HSL color Cylindrical-coordinate representation of color #68896C: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68896C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 137 | 108 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.46 |
| HSL | 127.27º | 0.14% | 0.47% | - |
| HSV(B) | 127.27º | 0.24% | 0.54% | - |
| XYZ | 17.36 | 21.92 | 17.5 | - |
| YUV | 123.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 108 | 0.24 | 0 | 0.21 | 0.46 | 127.27 | 0.14 | 0.47 |
| Hex | 68 | 89 | 6C | 18 | 0 | 15 | 2E | 7F | E | 2F |
| Octal | 150 | 211 | 154 | 30 | 0 | 25 | 56 | 177 | 16 | 57 |
| Binary | 1101000 | 10001001 | 1101100 | 11000 | 0 | 10101 | 101110 | 1111111 | 1110 | 101111 |
Color Harmonies of #68896C
Complementary color
Monochromatic Colors of #68896C
Black with #68896C
Text Example
Text Example
White with #68896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68896C; }
p { color: rgb(104,137,108); }
H1.HeaderClassName
{
color: #68896C;
}
.AnyTagClassName
{
color: #68896C;
}
</style>
background-color css
<style>
a { background-color: #68896C; }
a { background-color: rgb(104,137,108); }
div.DivClassName
{
background-color: #68896C;
}
.BgClassName
{
background-color: #68896C;
}
</style>
border-color css
<style>
span { border-color: #68896C; }
span { border-color: rgb(104,137,108); }
td.TdClassName
{
border-color: #68896C;
}
.TagClassName
{
border-color: #68896C;
}
</style>