Shades of Laurel #6F946D
Tints of Laurel #6F946D
RGB
CMYK
RGB Variations
Color information
#6F946D (or 0x6F946D) is known color: Laurel. HEX triplet: 6F, 94 and 6D. RGB value is (111,148,109). Sum of RGB (Red+Green+Blue) = 111+148+109=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #6F946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F946D is #906B92. Grayscale: #848484. Windows color (decimal): -9464723 or 7181423. OLE color: 7181423.
HSL color Cylindrical-coordinate representation of color #6F946D: hue angle of 116.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F946D is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 109 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.42 |
| HSL | 116.92º | 0.15% | 0.5% | - |
| HSV(B) | 116.92º | 0.26% | 0.58% | - |
| XYZ | 19.91 | 25.66 | 18.37 | - |
| YUV | 132.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 109 | 0.25 | 0 | 0.26 | 0.42 | 116.92 | 0.15 | 0.5 |
| Hex | 6F | 94 | 6D | 19 | 0 | 1A | 2A | 75 | F | 32 |
| Octal | 157 | 224 | 155 | 31 | 0 | 32 | 52 | 165 | 17 | 62 |
| Binary | 1101111 | 10010100 | 1101101 | 11001 | 0 | 11010 | 101010 | 1110101 | 1111 | 110010 |
Color Harmonies of #6F946D
Complementary color
Monochromatic Colors of #6F946D
Black with #6F946D
Text Example
Text Example
White with #6F946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F946D; }
p { color: rgb(111,148,109); }
H1.HeaderClassName
{
color: #6F946D;
}
.AnyTagClassName
{
color: #6F946D;
}
</style>
background-color css
<style>
a { background-color: #6F946D; }
a { background-color: rgb(111,148,109); }
div.DivClassName
{
background-color: #6F946D;
}
.BgClassName
{
background-color: #6F946D;
}
</style>
border-color css
<style>
span { border-color: #6F946D; }
span { border-color: rgb(111,148,109); }
td.TdClassName
{
border-color: #6F946D;
}
.TagClassName
{
border-color: #6F946D;
}
</style>