Shades of Laurel #68886B
Tints of Laurel #68886B
RGB
CMYK
RGB Variations
Color information
#68886B (or 0x68886B) is known color: Laurel. HEX triplet: 68, 88 and 6B. RGB value is (104,136,107). Sum of RGB (Red+Green+Blue) = 104+136+107=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 136 - color contains mainly: green. Hex color #68886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68886B is #977794. Grayscale: #7B7B7B. Windows color (decimal): -9926549 or 7047272. OLE color: 7047272.
HSL color Cylindrical-coordinate representation of color #68886B: hue angle of 125.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #68886B is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 107 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.47 |
| HSL | 125.63º | 0.13% | 0.47% | - |
| HSV(B) | 125.63º | 0.24% | 0.53% | - |
| XYZ | 17.17 | 21.61 | 17.18 | - |
| YUV | 123.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 107 | 0.24 | 0 | 0.21 | 0.47 | 125.63 | 0.13 | 0.47 |
| Hex | 68 | 88 | 6B | 18 | 0 | 15 | 2F | 7E | D | 2F |
| Octal | 150 | 210 | 153 | 30 | 0 | 25 | 57 | 176 | 15 | 57 |
| Binary | 1101000 | 10001000 | 1101011 | 11000 | 0 | 10101 | 101111 | 1111110 | 1101 | 101111 |
Color Harmonies of #68886B
Complementary color
Monochromatic Colors of #68886B
Black with #68886B
Text Example
Text Example
White with #68886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68886B; }
p { color: rgb(104,136,107); }
H1.HeaderClassName
{
color: #68886B;
}
.AnyTagClassName
{
color: #68886B;
}
</style>
background-color css
<style>
a { background-color: #68886B; }
a { background-color: rgb(104,136,107); }
div.DivClassName
{
background-color: #68886B;
}
.BgClassName
{
background-color: #68886B;
}
</style>
border-color css
<style>
span { border-color: #68886B; }
span { border-color: rgb(104,136,107); }
td.TdClassName
{
border-color: #68886B;
}
.TagClassName
{
border-color: #68886B;
}
</style>