Shades of Laurel #68956F
Tints of Laurel #68956F
RGB
CMYK
RGB Variations
Color information
#68956F (or 0x68956F) is known color: Laurel. HEX triplet: 68, 95 and 6F. RGB value is (104,149,111). Sum of RGB (Red+Green+Blue) = 104+149+111=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #68956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68956F is #976A90. Grayscale: #838383. Windows color (decimal): -9923217 or 7312744. OLE color: 7312744.
HSL color Cylindrical-coordinate representation of color #68956F: hue angle of 129.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 #68956F is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 111 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.42 |
| HSL | 129.33º | 0.18% | 0.5% | - |
| HSV(B) | 129.33º | 0.3% | 0.58% | - |
| XYZ | 19.33 | 25.59 | 18.96 | - |
| YUV | 131.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 111 | 0.30 | 0 | 0.26 | 0.42 | 129.33 | 0.18 | 0.5 |
| Hex | 68 | 95 | 6F | 1E | 0 | 1A | 2A | 81 | 12 | 32 |
| Octal | 150 | 225 | 157 | 36 | 0 | 32 | 52 | 201 | 22 | 62 |
| Binary | 1101000 | 10010101 | 1101111 | 11110 | 0 | 11010 | 101010 | 10000001 | 10010 | 110010 |
Color Harmonies of #68956F
Complementary color
Monochromatic Colors of #68956F
Black with #68956F
Text Example
Text Example
White with #68956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68956F; }
p { color: rgb(104,149,111); }
H1.HeaderClassName
{
color: #68956F;
}
.AnyTagClassName
{
color: #68956F;
}
</style>
background-color css
<style>
a { background-color: #68956F; }
a { background-color: rgb(104,149,111); }
div.DivClassName
{
background-color: #68956F;
}
.BgClassName
{
background-color: #68956F;
}
</style>
border-color css
<style>
span { border-color: #68956F; }
span { border-color: rgb(104,149,111); }
td.TdClassName
{
border-color: #68956F;
}
.TagClassName
{
border-color: #68956F;
}
</style>