Shades of Laurel #68946E
Tints of Laurel #68946E
RGB
CMYK
RGB Variations
Color information
#68946E (or 0x68946E) is known color: Laurel. HEX triplet: 68, 94 and 6E. RGB value is (104,148,110). Sum of RGB (Red+Green+Blue) = 104+148+110=362 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.73% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #68946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68946E is #976B91. Grayscale: #828282. Windows color (decimal): -9923474 or 7246952. OLE color: 7246952.
HSL color Cylindrical-coordinate representation of color #68946E: hue angle of 128.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68946E is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 110 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.42 |
| HSL | 128.18º | 0.17% | 0.49% | - |
| HSV(B) | 128.18º | 0.3% | 0.58% | - |
| XYZ | 19.11 | 25.25 | 18.62 | - |
| YUV | 130.51 | 116.42 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 110 | 0.30 | 0 | 0.26 | 0.42 | 128.18 | 0.17 | 0.49 |
| Hex | 68 | 94 | 6E | 1E | 0 | 1A | 2A | 80 | 11 | 31 |
| Octal | 150 | 224 | 156 | 36 | 0 | 32 | 52 | 200 | 21 | 61 |
| Binary | 1101000 | 10010100 | 1101110 | 11110 | 0 | 11010 | 101010 | 10000000 | 10001 | 110001 |
Color Harmonies of #68946E
Complementary color
Monochromatic Colors of #68946E
Black with #68946E
Text Example
Text Example
White with #68946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68946E; }
p { color: rgb(104,148,110); }
H1.HeaderClassName
{
color: #68946E;
}
.AnyTagClassName
{
color: #68946E;
}
</style>
background-color css
<style>
a { background-color: #68946E; }
a { background-color: rgb(104,148,110); }
div.DivClassName
{
background-color: #68946E;
}
.BgClassName
{
background-color: #68946E;
}
</style>
border-color css
<style>
span { border-color: #68946E; }
span { border-color: rgb(104,148,110); }
td.TdClassName
{
border-color: #68946E;
}
.TagClassName
{
border-color: #68946E;
}
</style>