Shades of Laurel #68906D
Tints of Laurel #68906D
RGB
CMYK
RGB Variations
Color information
#68906D (or 0x68906D) is known color: Laurel. HEX triplet: 68, 90 and 6D. RGB value is (104,144,109). Sum of RGB (Red+Green+Blue) = 104+144+109=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 144 - color contains mainly: green. Hex color #68906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68906D is #976F92. Grayscale: #808080. Windows color (decimal): -9924499 or 7180392. OLE color: 7180392.
HSL color Cylindrical-coordinate representation of color #68906D: hue angle of 127.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68906D is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 109 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.44 |
| HSL | 127.5º | 0.16% | 0.49% | - |
| HSV(B) | 127.5º | 0.28% | 0.56% | - |
| XYZ | 18.44 | 23.99 | 18.13 | - |
| YUV | 128.05 | 117.25 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 109 | 0.28 | 0 | 0.24 | 0.44 | 127.5 | 0.16 | 0.49 |
| Hex | 68 | 90 | 6D | 1C | 0 | 18 | 2C | 80 | 10 | 31 |
| Octal | 150 | 220 | 155 | 34 | 0 | 30 | 54 | 200 | 20 | 61 |
| Binary | 1101000 | 10010000 | 1101101 | 11100 | 0 | 11000 | 101100 | 10000000 | 10000 | 110001 |
Color Harmonies of #68906D
Complementary color
Monochromatic Colors of #68906D
Black with #68906D
Text Example
Text Example
White with #68906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68906D; }
p { color: rgb(104,144,109); }
H1.HeaderClassName
{
color: #68906D;
}
.AnyTagClassName
{
color: #68906D;
}
</style>
background-color css
<style>
a { background-color: #68906D; }
a { background-color: rgb(104,144,109); }
div.DivClassName
{
background-color: #68906D;
}
.BgClassName
{
background-color: #68906D;
}
</style>
border-color css
<style>
span { border-color: #68906D; }
span { border-color: rgb(104,144,109); }
td.TdClassName
{
border-color: #68906D;
}
.TagClassName
{
border-color: #68906D;
}
</style>