Shades of Laurel #6BA16D
Tints of Laurel #6BA16D
RGB
CMYK
RGB Variations
Color information
#6BA16D (or 0x6BA16D) is known color: Laurel. HEX triplet: 6B, A1 and 6D. RGB value is (107,161,109). Sum of RGB (Red+Green+Blue) = 107+161+109=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA16D is #945E92. Grayscale: #8B8B8B. Windows color (decimal): -9723539 or 7184747. OLE color: 7184747.
HSL color Cylindrical-coordinate representation of color #6BA16D: hue angle of 122.22º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA16D is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 161 | 109 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.37 |
| HSL | 122.22º | 0.22% | 0.53% | - |
| HSV(B) | 122.22º | 0.34% | 0.63% | - |
| XYZ | 21.57 | 29.72 | 19.07 | - |
| YUV | 138.93 | 111.11 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 161 | 109 | 0.34 | 0 | 0.32 | 0.37 | 122.22 | 0.22 | 0.53 |
| Hex | 6B | A1 | 6D | 22 | 0 | 20 | 25 | 7A | 16 | 35 |
| Octal | 153 | 241 | 155 | 42 | 0 | 40 | 45 | 172 | 26 | 65 |
| Binary | 1101011 | 10100001 | 1101101 | 100010 | 0 | 100000 | 100101 | 1111010 | 10110 | 110101 |
Color Harmonies of #6BA16D
Complementary color
Monochromatic Colors of #6BA16D
Black with #6BA16D
Text Example
Text Example
White with #6BA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA16D; }
p { color: rgb(107,161,109); }
H1.HeaderClassName
{
color: #6BA16D;
}
.AnyTagClassName
{
color: #6BA16D;
}
</style>
background-color css
<style>
a { background-color: #6BA16D; }
a { background-color: rgb(107,161,109); }
div.DivClassName
{
background-color: #6BA16D;
}
.BgClassName
{
background-color: #6BA16D;
}
</style>
border-color css
<style>
span { border-color: #6BA16D; }
span { border-color: rgb(107,161,109); }
td.TdClassName
{
border-color: #6BA16D;
}
.TagClassName
{
border-color: #6BA16D;
}
</style>