Shades of Laurel #68836E
Tints of Laurel #68836E
RGB
CMYK
RGB Variations
Color information
#68836E (or 0x68836E) is known color: Laurel. HEX triplet: 68, 83 and 6E. RGB value is (104,131,110). Sum of RGB (Red+Green+Blue) = 104+131+110=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #68836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836E is #977C91. Grayscale: #787878. Windows color (decimal): -9927826 or 7242600. OLE color: 7242600.
HSL color Cylindrical-coordinate representation of color #68836E: hue angle of 133.33º 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 #68836E is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 110 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.49 |
| HSL | 133.33º | 0.11% | 0.46% | - |
| HSV(B) | 133.33º | 0.21% | 0.51% | - |
| XYZ | 16.64 | 20.3 | 17.79 | - |
| YUV | 120.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 110 | 0.21 | 0 | 0.16 | 0.49 | 133.33 | 0.11 | 0.46 |
| Hex | 68 | 83 | 6E | 15 | 0 | 10 | 31 | 85 | B | 2E |
| Octal | 150 | 203 | 156 | 25 | 0 | 20 | 61 | 205 | 13 | 56 |
| Binary | 1101000 | 10000011 | 1101110 | 10101 | 0 | 10000 | 110001 | 10000101 | 1011 | 101110 |
Color Harmonies of #68836E
Complementary color
Monochromatic Colors of #68836E
Black with #68836E
Text Example
Text Example
White with #68836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68836E; }
p { color: rgb(104,131,110); }
H1.HeaderClassName
{
color: #68836E;
}
.AnyTagClassName
{
color: #68836E;
}
</style>
background-color css
<style>
a { background-color: #68836E; }
a { background-color: rgb(104,131,110); }
div.DivClassName
{
background-color: #68836E;
}
.BgClassName
{
background-color: #68836E;
}
</style>
border-color css
<style>
span { border-color: #68836E; }
span { border-color: rgb(104,131,110); }
td.TdClassName
{
border-color: #68836E;
}
.TagClassName
{
border-color: #68836E;
}
</style>