Shades of Laurel #68876F
Tints of Laurel #68876F
RGB
CMYK
RGB Variations
Color information
#68876F (or 0x68876F) is known color: Laurel. HEX triplet: 68, 87 and 6F. RGB value is (104,135,111). Sum of RGB (Red+Green+Blue) = 104+135+111=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #68876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68876F is #977890. Grayscale: #7B7B7B. Windows color (decimal): -9926801 or 7309160. OLE color: 7309160.
HSL color Cylindrical-coordinate representation of color #68876F: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68876F is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 111 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.47 |
| HSL | 133.55º | 0.13% | 0.47% | - |
| HSV(B) | 133.55º | 0.23% | 0.53% | - |
| XYZ | 17.24 | 21.42 | 18.26 | - |
| YUV | 123 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 111 | 0.23 | 0 | 0.18 | 0.47 | 133.55 | 0.13 | 0.47 |
| Hex | 68 | 87 | 6F | 17 | 0 | 12 | 2F | 86 | D | 2F |
| Octal | 150 | 207 | 157 | 27 | 0 | 22 | 57 | 206 | 15 | 57 |
| Binary | 1101000 | 10000111 | 1101111 | 10111 | 0 | 10010 | 101111 | 10000110 | 1101 | 101111 |
Color Harmonies of #68876F
Complementary color
Monochromatic Colors of #68876F
Black with #68876F
Text Example
Text Example
White with #68876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68876F; }
p { color: rgb(104,135,111); }
H1.HeaderClassName
{
color: #68876F;
}
.AnyTagClassName
{
color: #68876F;
}
</style>
background-color css
<style>
a { background-color: #68876F; }
a { background-color: rgb(104,135,111); }
div.DivClassName
{
background-color: #68876F;
}
.BgClassName
{
background-color: #68876F;
}
</style>
border-color css
<style>
span { border-color: #68876F; }
span { border-color: rgb(104,135,111); }
td.TdClassName
{
border-color: #68876F;
}
.TagClassName
{
border-color: #68876F;
}
</style>