Shades of Laurel #68946C
Tints of Laurel #68946C
RGB
CMYK
RGB Variations
Color information
#68946C (or 0x68946C) is known color: Laurel. HEX triplet: 68, 94 and 6C. RGB value is (104,148,108). Sum of RGB (Red+Green+Blue) = 104+148+108=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #68946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68946C is #976B93. Grayscale: #828282. Windows color (decimal): -9923476 or 7115880. OLE color: 7115880.
HSL color Cylindrical-coordinate representation of color #68946C: hue angle of 125.45º 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 #68946C is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 108 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.42 |
| HSL | 125.45º | 0.17% | 0.49% | - |
| HSV(B) | 125.45º | 0.3% | 0.58% | - |
| XYZ | 19.01 | 25.21 | 18.05 | - |
| YUV | 130.28 | 115.42 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 108 | 0.30 | 0 | 0.27 | 0.42 | 125.45 | 0.17 | 0.49 |
| Hex | 68 | 94 | 6C | 1E | 0 | 1B | 2A | 7D | 11 | 31 |
| Octal | 150 | 224 | 154 | 36 | 0 | 33 | 52 | 175 | 21 | 61 |
| Binary | 1101000 | 10010100 | 1101100 | 11110 | 0 | 11011 | 101010 | 1111101 | 10001 | 110001 |
Color Harmonies of #68946C
Complementary color
Monochromatic Colors of #68946C
Black with #68946C
Text Example
Text Example
White with #68946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68946C; }
p { color: rgb(104,148,108); }
H1.HeaderClassName
{
color: #68946C;
}
.AnyTagClassName
{
color: #68946C;
}
</style>
background-color css
<style>
a { background-color: #68946C; }
a { background-color: rgb(104,148,108); }
div.DivClassName
{
background-color: #68946C;
}
.BgClassName
{
background-color: #68946C;
}
</style>
border-color css
<style>
span { border-color: #68946C; }
span { border-color: rgb(104,148,108); }
td.TdClassName
{
border-color: #68946C;
}
.TagClassName
{
border-color: #68946C;
}
</style>