Shades of Laurel #68856B
Tints of Laurel #68856B
RGB
CMYK
RGB Variations
Color information
#68856B (or 0x68856B) is known color: Laurel. HEX triplet: 68, 85 and 6B. RGB value is (104,133,107). Sum of RGB (Red+Green+Blue) = 104+133+107=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #68856B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68856B is #977A94. Grayscale: #797979. Windows color (decimal): -9927317 or 7046504. OLE color: 7046504.
HSL color Cylindrical-coordinate representation of color #68856B: hue angle of 126.21º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68856B is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 107 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.48 |
| HSL | 126.21º | 0.12% | 0.46% | - |
| HSV(B) | 126.21º | 0.22% | 0.52% | - |
| XYZ | 16.75 | 20.78 | 17.04 | - |
| YUV | 121.37 | 119.89 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 107 | 0.22 | 0 | 0.20 | 0.48 | 126.21 | 0.12 | 0.46 |
| Hex | 68 | 85 | 6B | 16 | 0 | 14 | 30 | 7E | C | 2E |
| Octal | 150 | 205 | 153 | 26 | 0 | 24 | 60 | 176 | 14 | 56 |
| Binary | 1101000 | 10000101 | 1101011 | 10110 | 0 | 10100 | 110000 | 1111110 | 1100 | 101110 |
Color Harmonies of #68856B
Complementary color
Monochromatic Colors of #68856B
Black with #68856B
Text Example
Text Example
White with #68856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68856B; }
p { color: rgb(104,133,107); }
H1.HeaderClassName
{
color: #68856B;
}
.AnyTagClassName
{
color: #68856B;
}
</style>
background-color css
<style>
a { background-color: #68856B; }
a { background-color: rgb(104,133,107); }
div.DivClassName
{
background-color: #68856B;
}
.BgClassName
{
background-color: #68856B;
}
</style>
border-color css
<style>
span { border-color: #68856B; }
span { border-color: rgb(104,133,107); }
td.TdClassName
{
border-color: #68856B;
}
.TagClassName
{
border-color: #68856B;
}
</style>