Shades of Laurel #6D9968
Tints of Laurel #6D9968
RGB
CMYK
RGB Variations
Color information
#6D9968 (or 0x6D9968) is known color: Laurel. HEX triplet: 6D, 99 and 68. RGB value is (109,153,104). Sum of RGB (Red+Green+Blue) = 109+153+104=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #6D9968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9968 is #926697. Grayscale: #868686. Windows color (decimal): -9594520 or 6855021. OLE color: 6855021.
HSL color Cylindrical-coordinate representation of color #6D9968: hue angle of 113.88º 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 #6D9968 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 153 | 104 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.4 |
| HSL | 113.88º | 0.19% | 0.5% | - |
| HSV(B) | 113.88º | 0.32% | 0.6% | - |
| XYZ | 20.2 | 27.03 | 17.25 | - |
| YUV | 134.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 153 | 104 | 0.29 | 0 | 0.32 | 0.4 | 113.88 | 0.19 | 0.5 |
| Hex | 6D | 99 | 68 | 1D | 0 | 20 | 28 | 72 | 13 | 32 |
| Octal | 155 | 231 | 150 | 35 | 0 | 40 | 50 | 162 | 23 | 62 |
| Binary | 1101101 | 10011001 | 1101000 | 11101 | 0 | 100000 | 101000 | 1110010 | 10011 | 110010 |
Color Harmonies of #6D9968
Complementary color
Monochromatic Colors of #6D9968
Black with #6D9968
Text Example
Text Example
White with #6D9968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9968; }
p { color: rgb(109,153,104); }
H1.HeaderClassName
{
color: #6D9968;
}
.AnyTagClassName
{
color: #6D9968;
}
</style>
background-color css
<style>
a { background-color: #6D9968; }
a { background-color: rgb(109,153,104); }
div.DivClassName
{
background-color: #6D9968;
}
.BgClassName
{
background-color: #6D9968;
}
</style>
border-color css
<style>
span { border-color: #6D9968; }
span { border-color: rgb(109,153,104); }
td.TdClassName
{
border-color: #6D9968;
}
.TagClassName
{
border-color: #6D9968;
}
</style>