Shades of Laurel #68946D
Tints of Laurel #68946D
RGB
CMYK
RGB Variations
Color information
#68946D (or 0x68946D) is known color: Laurel. HEX triplet: 68, 94 and 6D. RGB value is (104,148,109). Sum of RGB (Red+Green+Blue) = 104+148+109=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #68946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68946D is #976B92. Grayscale: #828282. Windows color (decimal): -9923475 or 7181416. OLE color: 7181416.
HSL color Cylindrical-coordinate representation of color #68946D: hue angle of 126.82º 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 #68946D is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 109 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.42 |
| HSL | 126.82º | 0.17% | 0.49% | - |
| HSV(B) | 126.82º | 0.3% | 0.58% | - |
| XYZ | 19.06 | 25.23 | 18.33 | - |
| YUV | 130.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 109 | 0.30 | 0 | 0.26 | 0.42 | 126.82 | 0.17 | 0.49 |
| Hex | 68 | 94 | 6D | 1E | 0 | 1A | 2A | 7F | 11 | 31 |
| Octal | 150 | 224 | 155 | 36 | 0 | 32 | 52 | 177 | 21 | 61 |
| Binary | 1101000 | 10010100 | 1101101 | 11110 | 0 | 11010 | 101010 | 1111111 | 10001 | 110001 |
Color Harmonies of #68946D
Complementary color
Monochromatic Colors of #68946D
Black with #68946D
Text Example
Text Example
White with #68946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68946D; }
p { color: rgb(104,148,109); }
H1.HeaderClassName
{
color: #68946D;
}
.AnyTagClassName
{
color: #68946D;
}
</style>
background-color css
<style>
a { background-color: #68946D; }
a { background-color: rgb(104,148,109); }
div.DivClassName
{
background-color: #68946D;
}
.BgClassName
{
background-color: #68946D;
}
</style>
border-color css
<style>
span { border-color: #68946D; }
span { border-color: rgb(104,148,109); }
td.TdClassName
{
border-color: #68946D;
}
.TagClassName
{
border-color: #68946D;
}
</style>