Shades of Laurel #68826D
Tints of Laurel #68826D
RGB
CMYK
RGB Variations
Color information
#68826D (or 0x68826D) is known color: Laurel. HEX triplet: 68, 82 and 6D. RGB value is (104,130,109). Sum of RGB (Red+Green+Blue) = 104+130+109=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #68826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826D is #977D92. Grayscale: #777777. Windows color (decimal): -9928083 or 7176808. OLE color: 7176808.
HSL color Cylindrical-coordinate representation of color #68826D: hue angle of 131.54º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68826D is Cyan = 0.2, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 109 | - |
| CMYK | 0.2 | 0 | 0.16 | 0.49 |
| HSL | 131.54º | 0.11% | 0.46% | - |
| HSV(B) | 131.54º | 0.2% | 0.51% | - |
| XYZ | 16.45 | 20.01 | 17.46 | - |
| YUV | 119.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 109 | 0.2 | 0 | 0.16 | 0.49 | 131.54 | 0.11 | 0.46 |
| Hex | 68 | 82 | 6D | 14 | 0 | 10 | 31 | 84 | B | 2E |
| Octal | 150 | 202 | 155 | 24 | 0 | 20 | 61 | 204 | 13 | 56 |
| Binary | 1101000 | 10000010 | 1101101 | 10100 | 0 | 10000 | 110001 | 10000100 | 1011 | 101110 |
Color Harmonies of #68826D
Complementary color
Monochromatic Colors of #68826D
Black with #68826D
Text Example
Text Example
White with #68826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68826D; }
p { color: rgb(104,130,109); }
H1.HeaderClassName
{
color: #68826D;
}
.AnyTagClassName
{
color: #68826D;
}
</style>
background-color css
<style>
a { background-color: #68826D; }
a { background-color: rgb(104,130,109); }
div.DivClassName
{
background-color: #68826D;
}
.BgClassName
{
background-color: #68826D;
}
</style>
border-color css
<style>
span { border-color: #68826D; }
span { border-color: rgb(104,130,109); }
td.TdClassName
{
border-color: #68826D;
}
.TagClassName
{
border-color: #68826D;
}
</style>