Shades of Laurel #68856A
Tints of Laurel #68856A
RGB
CMYK
RGB Variations
Color information
#68856A (or 0x68856A) is known color: Laurel. HEX triplet: 68, 85 and 6A. RGB value is (104,133,106). Sum of RGB (Red+Green+Blue) = 104+133+106=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #68856A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68856A is #977A95. Grayscale: #797979. Windows color (decimal): -9927318 or 6980968. OLE color: 6980968.
HSL color Cylindrical-coordinate representation of color #68856A: hue angle of 124.14º 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 #68856A is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 106 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.48 |
| HSL | 124.14º | 0.12% | 0.46% | - |
| HSV(B) | 124.14º | 0.22% | 0.52% | - |
| XYZ | 16.7 | 20.76 | 16.76 | - |
| YUV | 121.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 106 | 0.22 | 0 | 0.20 | 0.48 | 124.14 | 0.12 | 0.46 |
| Hex | 68 | 85 | 6A | 16 | 0 | 14 | 30 | 7C | C | 2E |
| Octal | 150 | 205 | 152 | 26 | 0 | 24 | 60 | 174 | 14 | 56 |
| Binary | 1101000 | 10000101 | 1101010 | 10110 | 0 | 10100 | 110000 | 1111100 | 1100 | 101110 |
Color Harmonies of #68856A
Complementary color
Monochromatic Colors of #68856A
Black with #68856A
Text Example
Text Example
White with #68856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68856A; }
p { color: rgb(104,133,106); }
H1.HeaderClassName
{
color: #68856A;
}
.AnyTagClassName
{
color: #68856A;
}
</style>
background-color css
<style>
a { background-color: #68856A; }
a { background-color: rgb(104,133,106); }
div.DivClassName
{
background-color: #68856A;
}
.BgClassName
{
background-color: #68856A;
}
</style>
border-color css
<style>
span { border-color: #68856A; }
span { border-color: rgb(104,133,106); }
td.TdClassName
{
border-color: #68856A;
}
.TagClassName
{
border-color: #68856A;
}
</style>