Shades of Laurel #6D976F
Tints of Laurel #6D976F
RGB
CMYK
RGB Variations
Color information
#6D976F (or 0x6D976F) is known color: Laurel. HEX triplet: 6D, 97 and 6F. RGB value is (109,151,111). Sum of RGB (Red+Green+Blue) = 109+151+111=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #6D976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D976F is #926890. Grayscale: #868686. Windows color (decimal): -9595025 or 7313261. OLE color: 7313261.
HSL color Cylindrical-coordinate representation of color #6D976F: hue angle of 122.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D976F is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 151 | 111 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.41 |
| HSL | 122.86º | 0.17% | 0.51% | - |
| HSV(B) | 122.86º | 0.28% | 0.59% | - |
| XYZ | 20.24 | 26.53 | 19.09 | - |
| YUV | 133.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 151 | 111 | 0.28 | 0 | 0.26 | 0.41 | 122.86 | 0.17 | 0.51 |
| Hex | 6D | 97 | 6F | 1C | 0 | 1A | 29 | 7B | 11 | 33 |
| Octal | 155 | 227 | 157 | 34 | 0 | 32 | 51 | 173 | 21 | 63 |
| Binary | 1101101 | 10010111 | 1101111 | 11100 | 0 | 11010 | 101001 | 1111011 | 10001 | 110011 |
Color Harmonies of #6D976F
Complementary color
Monochromatic Colors of #6D976F
Black with #6D976F
Text Example
Text Example
White with #6D976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D976F; }
p { color: rgb(109,151,111); }
H1.HeaderClassName
{
color: #6D976F;
}
.AnyTagClassName
{
color: #6D976F;
}
</style>
background-color css
<style>
a { background-color: #6D976F; }
a { background-color: rgb(109,151,111); }
div.DivClassName
{
background-color: #6D976F;
}
.BgClassName
{
background-color: #6D976F;
}
</style>
border-color css
<style>
span { border-color: #6D976F; }
span { border-color: rgb(109,151,111); }
td.TdClassName
{
border-color: #6D976F;
}
.TagClassName
{
border-color: #6D976F;
}
</style>