Shades of Laurel #68996B
Tints of Laurel #68996B
RGB
CMYK
RGB Variations
Color information
#68996B (or 0x68996B) is known color: Laurel. HEX triplet: 68, 99 and 6B. RGB value is (104,153,107). Sum of RGB (Red+Green+Blue) = 104+153+107=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #68996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68996B is #976694. Grayscale: #858585. Windows color (decimal): -9922197 or 7051624. OLE color: 7051624.
HSL color Cylindrical-coordinate representation of color #68996B: hue angle of 123.67º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68996B is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 107 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.4 |
| HSL | 123.67º | 0.19% | 0.5% | - |
| HSV(B) | 123.67º | 0.32% | 0.6% | - |
| XYZ | 19.75 | 26.79 | 18.04 | - |
| YUV | 133.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 107 | 0.32 | 0 | 0.30 | 0.4 | 123.67 | 0.19 | 0.5 |
| Hex | 68 | 99 | 6B | 20 | 0 | 1E | 28 | 7C | 13 | 32 |
| Octal | 150 | 231 | 153 | 40 | 0 | 36 | 50 | 174 | 23 | 62 |
| Binary | 1101000 | 10011001 | 1101011 | 100000 | 0 | 11110 | 101000 | 1111100 | 10011 | 110010 |
Color Harmonies of #68996B
Complementary color
Monochromatic Colors of #68996B
Black with #68996B
Text Example
Text Example
White with #68996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68996B; }
p { color: rgb(104,153,107); }
H1.HeaderClassName
{
color: #68996B;
}
.AnyTagClassName
{
color: #68996B;
}
</style>
background-color css
<style>
a { background-color: #68996B; }
a { background-color: rgb(104,153,107); }
div.DivClassName
{
background-color: #68996B;
}
.BgClassName
{
background-color: #68996B;
}
</style>
border-color css
<style>
span { border-color: #68996B; }
span { border-color: rgb(104,153,107); }
td.TdClassName
{
border-color: #68996B;
}
.TagClassName
{
border-color: #68996B;
}
</style>