Shades of Laurel #68896E
Tints of Laurel #68896E
RGB
CMYK
RGB Variations
Color information
#68896E (or 0x68896E) is known color: Laurel. HEX triplet: 68, 89 and 6E. RGB value is (104,137,110). Sum of RGB (Red+Green+Blue) = 104+137+110=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #68896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68896E is #977691. Grayscale: #7C7C7C. Windows color (decimal): -9926290 or 7244136. OLE color: 7244136.
HSL color Cylindrical-coordinate representation of color #68896E: hue angle of 130.91º 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 #68896E is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 137 | 110 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.46 |
| HSL | 130.91º | 0.14% | 0.47% | - |
| HSV(B) | 130.91º | 0.24% | 0.54% | - |
| XYZ | 17.47 | 21.96 | 18.07 | - |
| YUV | 124.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 110 | 0.24 | 0 | 0.20 | 0.46 | 130.91 | 0.14 | 0.47 |
| Hex | 68 | 89 | 6E | 18 | 0 | 14 | 2E | 83 | E | 2F |
| Octal | 150 | 211 | 156 | 30 | 0 | 24 | 56 | 203 | 16 | 57 |
| Binary | 1101000 | 10001001 | 1101110 | 11000 | 0 | 10100 | 101110 | 10000011 | 1110 | 101111 |
Color Harmonies of #68896E
Complementary color
Monochromatic Colors of #68896E
Black with #68896E
Text Example
Text Example
White with #68896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68896E; }
p { color: rgb(104,137,110); }
H1.HeaderClassName
{
color: #68896E;
}
.AnyTagClassName
{
color: #68896E;
}
</style>
background-color css
<style>
a { background-color: #68896E; }
a { background-color: rgb(104,137,110); }
div.DivClassName
{
background-color: #68896E;
}
.BgClassName
{
background-color: #68896E;
}
</style>
border-color css
<style>
span { border-color: #68896E; }
span { border-color: rgb(104,137,110); }
td.TdClassName
{
border-color: #68896E;
}
.TagClassName
{
border-color: #68896E;
}
</style>