Shades of Laurel #6B946A
Tints of Laurel #6B946A
RGB
CMYK
RGB Variations
Color information
#6B946A (or 0x6B946A) is known color: Laurel. HEX triplet: 6B, 94 and 6A. RGB value is (107,148,106). Sum of RGB (Red+Green+Blue) = 107+148+106=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #6B946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B946A is #946B95. Grayscale: #838383. Windows color (decimal): -9726870 or 6984811. OLE color: 6984811.
HSL color Cylindrical-coordinate representation of color #6B946A: hue angle of 118.57º degrees, saturation: 0.17, 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 #6B946A is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 106 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.42 |
| HSL | 118.57º | 0.17% | 0.5% | - |
| HSV(B) | 118.57º | 0.28% | 0.58% | - |
| XYZ | 19.25 | 25.35 | 17.51 | - |
| YUV | 130.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 106 | 0.28 | 0 | 0.28 | 0.42 | 118.57 | 0.17 | 0.5 |
| Hex | 6B | 94 | 6A | 1C | 0 | 1C | 2A | 77 | 11 | 32 |
| Octal | 153 | 224 | 152 | 34 | 0 | 34 | 52 | 167 | 21 | 62 |
| Binary | 1101011 | 10010100 | 1101010 | 11100 | 0 | 11100 | 101010 | 1110111 | 10001 | 110010 |
Color Harmonies of #6B946A
Complementary color
Monochromatic Colors of #6B946A
Black with #6B946A
Text Example
Text Example
White with #6B946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B946A; }
p { color: rgb(107,148,106); }
H1.HeaderClassName
{
color: #6B946A;
}
.AnyTagClassName
{
color: #6B946A;
}
</style>
background-color css
<style>
a { background-color: #6B946A; }
a { background-color: rgb(107,148,106); }
div.DivClassName
{
background-color: #6B946A;
}
.BgClassName
{
background-color: #6B946A;
}
</style>
border-color css
<style>
span { border-color: #6B946A; }
span { border-color: rgb(107,148,106); }
td.TdClassName
{
border-color: #6B946A;
}
.TagClassName
{
border-color: #6B946A;
}
</style>