Shades of Laurel #68896B
Tints of Laurel #68896B
RGB
CMYK
RGB Variations
Color information
#68896B (or 0x68896B) is known color: Laurel. HEX triplet: 68, 89 and 6B. RGB value is (104,137,107). Sum of RGB (Red+Green+Blue) = 104+137+107=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #68896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68896B is #977694. Grayscale: #7B7B7B. Windows color (decimal): -9926293 or 7047528. OLE color: 7047528.
HSL color Cylindrical-coordinate representation of color #68896B: hue angle of 125.45º 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 #68896B is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 137 | 107 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.46 |
| HSL | 125.45º | 0.14% | 0.47% | - |
| HSV(B) | 125.45º | 0.24% | 0.54% | - |
| XYZ | 17.31 | 21.9 | 17.22 | - |
| YUV | 123.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 107 | 0.24 | 0 | 0.22 | 0.46 | 125.45 | 0.14 | 0.47 |
| Hex | 68 | 89 | 6B | 18 | 0 | 16 | 2E | 7D | E | 2F |
| Octal | 150 | 211 | 153 | 30 | 0 | 26 | 56 | 175 | 16 | 57 |
| Binary | 1101000 | 10001001 | 1101011 | 11000 | 0 | 10110 | 101110 | 1111101 | 1110 | 101111 |
Color Harmonies of #68896B
Complementary color
Monochromatic Colors of #68896B
Black with #68896B
Text Example
Text Example
White with #68896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68896B; }
p { color: rgb(104,137,107); }
H1.HeaderClassName
{
color: #68896B;
}
.AnyTagClassName
{
color: #68896B;
}
</style>
background-color css
<style>
a { background-color: #68896B; }
a { background-color: rgb(104,137,107); }
div.DivClassName
{
background-color: #68896B;
}
.BgClassName
{
background-color: #68896B;
}
</style>
border-color css
<style>
span { border-color: #68896B; }
span { border-color: rgb(104,137,107); }
td.TdClassName
{
border-color: #68896B;
}
.TagClassName
{
border-color: #68896B;
}
</style>