Shades of Laurel #68836C
Tints of Laurel #68836C
RGB
CMYK
RGB Variations
Color information
#68836C (or 0x68836C) is known color: Laurel. HEX triplet: 68, 83 and 6C. RGB value is (104,131,108). Sum of RGB (Red+Green+Blue) = 104+131+108=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #68836C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836C is #977C93. Grayscale: #787878. Windows color (decimal): -9927828 or 7111528. OLE color: 7111528.
HSL color Cylindrical-coordinate representation of color #68836C: hue angle of 128.89º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68836C is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 108 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.49 |
| HSL | 128.89º | 0.11% | 0.46% | - |
| HSV(B) | 128.89º | 0.21% | 0.51% | - |
| XYZ | 16.53 | 20.26 | 17.23 | - |
| YUV | 120.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 108 | 0.21 | 0 | 0.18 | 0.49 | 128.89 | 0.11 | 0.46 |
| Hex | 68 | 83 | 6C | 15 | 0 | 12 | 31 | 81 | B | 2E |
| Octal | 150 | 203 | 154 | 25 | 0 | 22 | 61 | 201 | 13 | 56 |
| Binary | 1101000 | 10000011 | 1101100 | 10101 | 0 | 10010 | 110001 | 10000001 | 1011 | 101110 |
Color Harmonies of #68836C
Complementary color
Monochromatic Colors of #68836C
Black with #68836C
Text Example
Text Example
White with #68836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68836C; }
p { color: rgb(104,131,108); }
H1.HeaderClassName
{
color: #68836C;
}
.AnyTagClassName
{
color: #68836C;
}
</style>
background-color css
<style>
a { background-color: #68836C; }
a { background-color: rgb(104,131,108); }
div.DivClassName
{
background-color: #68836C;
}
.BgClassName
{
background-color: #68836C;
}
</style>
border-color css
<style>
span { border-color: #68836C; }
span { border-color: rgb(104,131,108); }
td.TdClassName
{
border-color: #68836C;
}
.TagClassName
{
border-color: #68836C;
}
</style>