Shades of Laurel #68876B
Tints of Laurel #68876B
RGB
CMYK
RGB Variations
Color information
#68876B (or 0x68876B) is known color: Laurel. HEX triplet: 68, 87 and 6B. RGB value is (104,135,107). Sum of RGB (Red+Green+Blue) = 104+135+107=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #68876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68876B is #977894. Grayscale: #7A7A7A. Windows color (decimal): -9926805 or 7047016. OLE color: 7047016.
HSL color Cylindrical-coordinate representation of color #68876B: hue angle of 125.81º 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 #68876B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 135 | 107 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.47 |
| HSL | 125.81º | 0.13% | 0.47% | - |
| HSV(B) | 125.81º | 0.23% | 0.53% | - |
| XYZ | 17.03 | 21.33 | 17.13 | - |
| YUV | 122.54 | 119.23 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 107 | 0.23 | 0 | 0.21 | 0.47 | 125.81 | 0.13 | 0.47 |
| Hex | 68 | 87 | 6B | 17 | 0 | 15 | 2F | 7E | D | 2F |
| Octal | 150 | 207 | 153 | 27 | 0 | 25 | 57 | 176 | 15 | 57 |
| Binary | 1101000 | 10000111 | 1101011 | 10111 | 0 | 10101 | 101111 | 1111110 | 1101 | 101111 |
Color Harmonies of #68876B
Complementary color
Monochromatic Colors of #68876B
Black with #68876B
Text Example
Text Example
White with #68876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68876B; }
p { color: rgb(104,135,107); }
H1.HeaderClassName
{
color: #68876B;
}
.AnyTagClassName
{
color: #68876B;
}
</style>
background-color css
<style>
a { background-color: #68876B; }
a { background-color: rgb(104,135,107); }
div.DivClassName
{
background-color: #68876B;
}
.BgClassName
{
background-color: #68876B;
}
</style>
border-color css
<style>
span { border-color: #68876B; }
span { border-color: rgb(104,135,107); }
td.TdClassName
{
border-color: #68876B;
}
.TagClassName
{
border-color: #68876B;
}
</style>