Shades of Laurel #68986C
Tints of Laurel #68986C
RGB
CMYK
RGB Variations
Color information
#68986C (or 0x68986C) is known color: Laurel. HEX triplet: 68, 98 and 6C. RGB value is (104,152,108). Sum of RGB (Red+Green+Blue) = 104+152+108=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #68986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68986C is #976793. Grayscale: #848484. Windows color (decimal): -9922452 or 7116904. OLE color: 7116904.
HSL color Cylindrical-coordinate representation of color #68986C: hue angle of 125º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68986C is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 108 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.40 |
| HSL | 125º | 0.19% | 0.5% | - |
| HSV(B) | 125º | 0.32% | 0.6% | - |
| XYZ | 19.64 | 26.48 | 18.26 | - |
| YUV | 132.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 108 | 0.32 | 0 | 0.29 | 0.40 | 125 | 0.19 | 0.5 |
| Hex | 68 | 98 | 6C | 20 | 0 | 1D | 28 | 7D | 13 | 32 |
| Octal | 150 | 230 | 154 | 40 | 0 | 35 | 50 | 175 | 23 | 62 |
| Binary | 1101000 | 10011000 | 1101100 | 100000 | 0 | 11101 | 101000 | 1111101 | 10011 | 110010 |
Color Harmonies of #68986C
Complementary color
Monochromatic Colors of #68986C
Black with #68986C
Text Example
Text Example
White with #68986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68986C; }
p { color: rgb(104,152,108); }
H1.HeaderClassName
{
color: #68986C;
}
.AnyTagClassName
{
color: #68986C;
}
</style>
background-color css
<style>
a { background-color: #68986C; }
a { background-color: rgb(104,152,108); }
div.DivClassName
{
background-color: #68986C;
}
.BgClassName
{
background-color: #68986C;
}
</style>
border-color css
<style>
span { border-color: #68986C; }
span { border-color: rgb(104,152,108); }
td.TdClassName
{
border-color: #68986C;
}
.TagClassName
{
border-color: #68986C;
}
</style>