Shades of Laurel #68956C
Tints of Laurel #68956C
RGB
CMYK
RGB Variations
Color information
#68956C (or 0x68956C) is known color: Laurel. HEX triplet: 68, 95 and 6C. RGB value is (104,149,108). Sum of RGB (Red+Green+Blue) = 104+149+108=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 149 - color contains mainly: green. Hex color #68956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68956C is #976A93. Grayscale: #828282. Windows color (decimal): -9923220 or 7116136. OLE color: 7116136.
HSL color Cylindrical-coordinate representation of color #68956C: hue angle of 125.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68956C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 108 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.42 |
| HSL | 125.33º | 0.18% | 0.5% | - |
| HSV(B) | 125.33º | 0.3% | 0.58% | - |
| XYZ | 19.16 | 25.52 | 18.1 | - |
| YUV | 130.87 | 115.09 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 108 | 0.30 | 0 | 0.28 | 0.42 | 125.33 | 0.18 | 0.5 |
| Hex | 68 | 95 | 6C | 1E | 0 | 1C | 2A | 7D | 12 | 32 |
| Octal | 150 | 225 | 154 | 36 | 0 | 34 | 52 | 175 | 22 | 62 |
| Binary | 1101000 | 10010101 | 1101100 | 11110 | 0 | 11100 | 101010 | 1111101 | 10010 | 110010 |
Color Harmonies of #68956C
Complementary color
Monochromatic Colors of #68956C
Black with #68956C
Text Example
Text Example
White with #68956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68956C; }
p { color: rgb(104,149,108); }
H1.HeaderClassName
{
color: #68956C;
}
.AnyTagClassName
{
color: #68956C;
}
</style>
background-color css
<style>
a { background-color: #68956C; }
a { background-color: rgb(104,149,108); }
div.DivClassName
{
background-color: #68956C;
}
.BgClassName
{
background-color: #68956C;
}
</style>
border-color css
<style>
span { border-color: #68956C; }
span { border-color: rgb(104,149,108); }
td.TdClassName
{
border-color: #68956C;
}
.TagClassName
{
border-color: #68956C;
}
</style>