Shades of Laurel #68826E
Tints of Laurel #68826E
RGB
CMYK
RGB Variations
Color information
#68826E (or 0x68826E) is known color: Laurel. HEX triplet: 68, 82 and 6E. RGB value is (104,130,110). Sum of RGB (Red+Green+Blue) = 104+130+110=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #68826E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826E is #977D91. Grayscale: #787878. Windows color (decimal): -9928082 or 7242344. OLE color: 7242344.
HSL color Cylindrical-coordinate representation of color #68826E: hue angle of 133.85º 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 #68826E is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 110 | - |
| CMYK | 0.2 | 0 | 0.15 | 0.49 |
| HSL | 133.85º | 0.11% | 0.46% | - |
| HSV(B) | 133.85º | 0.2% | 0.51% | - |
| XYZ | 16.51 | 20.03 | 17.75 | - |
| YUV | 119.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 110 | 0.2 | 0 | 0.15 | 0.49 | 133.85 | 0.11 | 0.46 |
| Hex | 68 | 82 | 6E | 14 | 0 | F | 31 | 86 | B | 2E |
| Octal | 150 | 202 | 156 | 24 | 0 | 17 | 61 | 206 | 13 | 56 |
| Binary | 1101000 | 10000010 | 1101110 | 10100 | 0 | 1111 | 110001 | 10000110 | 1011 | 101110 |
Color Harmonies of #68826E
Complementary color
Monochromatic Colors of #68826E
Black with #68826E
Text Example
Text Example
White with #68826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68826E; }
p { color: rgb(104,130,110); }
H1.HeaderClassName
{
color: #68826E;
}
.AnyTagClassName
{
color: #68826E;
}
</style>
background-color css
<style>
a { background-color: #68826E; }
a { background-color: rgb(104,130,110); }
div.DivClassName
{
background-color: #68826E;
}
.BgClassName
{
background-color: #68826E;
}
</style>
border-color css
<style>
span { border-color: #68826E; }
span { border-color: rgb(104,130,110); }
td.TdClassName
{
border-color: #68826E;
}
.TagClassName
{
border-color: #68826E;
}
</style>