Shades of Laurel #6B946D
Tints of Laurel #6B946D
RGB
CMYK
RGB Variations
Color information
#6B946D (or 0x6B946D) is known color: Laurel. HEX triplet: 6B, 94 and 6D. RGB value is (107,148,109). Sum of RGB (Red+Green+Blue) = 107+148+109=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #6B946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B946D is #946B92. Grayscale: #838383. Windows color (decimal): -9726867 or 7181419. OLE color: 7181419.
HSL color Cylindrical-coordinate representation of color #6B946D: hue angle of 122.93º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B946D is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 109 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.42 |
| HSL | 122.93º | 0.16% | 0.5% | - |
| HSV(B) | 122.93º | 0.28% | 0.58% | - |
| XYZ | 19.41 | 25.41 | 18.35 | - |
| YUV | 131.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 109 | 0.28 | 0 | 0.26 | 0.42 | 122.93 | 0.16 | 0.5 |
| Hex | 6B | 94 | 6D | 1C | 0 | 1A | 2A | 7B | 10 | 32 |
| Octal | 153 | 224 | 155 | 34 | 0 | 32 | 52 | 173 | 20 | 62 |
| Binary | 1101011 | 10010100 | 1101101 | 11100 | 0 | 11010 | 101010 | 1111011 | 10000 | 110010 |
Color Harmonies of #6B946D
Complementary color
Monochromatic Colors of #6B946D
Black with #6B946D
Text Example
Text Example
White with #6B946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B946D; }
p { color: rgb(107,148,109); }
H1.HeaderClassName
{
color: #6B946D;
}
.AnyTagClassName
{
color: #6B946D;
}
</style>
background-color css
<style>
a { background-color: #6B946D; }
a { background-color: rgb(107,148,109); }
div.DivClassName
{
background-color: #6B946D;
}
.BgClassName
{
background-color: #6B946D;
}
</style>
border-color css
<style>
span { border-color: #6B946D; }
span { border-color: rgb(107,148,109); }
td.TdClassName
{
border-color: #6B946D;
}
.TagClassName
{
border-color: #6B946D;
}
</style>