Shades of Laurel #68966C
Tints of Laurel #68966C
RGB
CMYK
RGB Variations
Color information
#68966C (or 0x68966C) is known color: Laurel. HEX triplet: 68, 96 and 6C. RGB value is (104,150,108). Sum of RGB (Red+Green+Blue) = 104+150+108=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #68966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68966C is #976993. Grayscale: #838383. Windows color (decimal): -9922964 or 7116392. OLE color: 7116392.
HSL color Cylindrical-coordinate representation of color #68966C: hue angle of 125.22º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68966C is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 108 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.41 |
| HSL | 125.22º | 0.18% | 0.5% | - |
| HSV(B) | 125.22º | 0.31% | 0.59% | - |
| XYZ | 19.32 | 25.84 | 18.16 | - |
| YUV | 131.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 108 | 0.31 | 0 | 0.28 | 0.41 | 125.22 | 0.18 | 0.5 |
| Hex | 68 | 96 | 6C | 1F | 0 | 1C | 29 | 7D | 12 | 32 |
| Octal | 150 | 226 | 154 | 37 | 0 | 34 | 51 | 175 | 22 | 62 |
| Binary | 1101000 | 10010110 | 1101100 | 11111 | 0 | 11100 | 101001 | 1111101 | 10010 | 110010 |
Color Harmonies of #68966C
Complementary color
Monochromatic Colors of #68966C
Black with #68966C
Text Example
Text Example
White with #68966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68966C; }
p { color: rgb(104,150,108); }
H1.HeaderClassName
{
color: #68966C;
}
.AnyTagClassName
{
color: #68966C;
}
</style>
background-color css
<style>
a { background-color: #68966C; }
a { background-color: rgb(104,150,108); }
div.DivClassName
{
background-color: #68966C;
}
.BgClassName
{
background-color: #68966C;
}
</style>
border-color css
<style>
span { border-color: #68966C; }
span { border-color: rgb(104,150,108); }
td.TdClassName
{
border-color: #68966C;
}
.TagClassName
{
border-color: #68966C;
}
</style>