Shades of Laurel #6D986A
Tints of Laurel #6D986A
RGB
CMYK
RGB Variations
Color information
#6D986A (or 0x6D986A) is known color: Laurel. HEX triplet: 6D, 98 and 6A. RGB value is (109,152,106). Sum of RGB (Red+Green+Blue) = 109+152+106=367 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.70% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #6D986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D986A is #926795. Grayscale: #868686. Windows color (decimal): -9594774 or 6985837. OLE color: 6985837.
HSL color Cylindrical-coordinate representation of color #6D986A: hue angle of 116.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D986A is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 152 | 106 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.40 |
| HSL | 116.09º | 0.18% | 0.51% | - |
| HSV(B) | 116.09º | 0.3% | 0.6% | - |
| XYZ | 20.14 | 26.75 | 17.74 | - |
| YUV | 133.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 106 | 0.28 | 0 | 0.30 | 0.40 | 116.09 | 0.18 | 0.51 |
| Hex | 6D | 98 | 6A | 1C | 0 | 1E | 28 | 74 | 12 | 33 |
| Octal | 155 | 230 | 152 | 34 | 0 | 36 | 50 | 164 | 22 | 63 |
| Binary | 1101101 | 10011000 | 1101010 | 11100 | 0 | 11110 | 101000 | 1110100 | 10010 | 110011 |
Color Harmonies of #6D986A
Complementary color
Monochromatic Colors of #6D986A
Black with #6D986A
Text Example
Text Example
White with #6D986A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D986A; }
p { color: rgb(109,152,106); }
H1.HeaderClassName
{
color: #6D986A;
}
.AnyTagClassName
{
color: #6D986A;
}
</style>
background-color css
<style>
a { background-color: #6D986A; }
a { background-color: rgb(109,152,106); }
div.DivClassName
{
background-color: #6D986A;
}
.BgClassName
{
background-color: #6D986A;
}
</style>
border-color css
<style>
span { border-color: #6D986A; }
span { border-color: rgb(109,152,106); }
td.TdClassName
{
border-color: #6D986A;
}
.TagClassName
{
border-color: #6D986A;
}
</style>