Shades of Laurel #6DA36B
Tints of Laurel #6DA36B
RGB
CMYK
RGB Variations
Color information
#6DA36B (or 0x6DA36B) is known color: Laurel. HEX triplet: 6D, A3 and 6B. RGB value is (109,163,107). Sum of RGB (Red+Green+Blue) = 109+163+107=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA36B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA36B is #925C94. Grayscale: #8C8C8C. Windows color (decimal): -9591957 or 7054189. OLE color: 7054189.
HSL color Cylindrical-coordinate representation of color #6DA36B: hue angle of 117.86º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA36B is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 163 | 107 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.36 |
| HSL | 117.86º | 0.23% | 0.53% | - |
| HSV(B) | 117.86º | 0.34% | 0.64% | - |
| XYZ | 22.06 | 30.51 | 18.64 | - |
| YUV | 140.47 | 109.11 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 163 | 107 | 0.33 | 0 | 0.34 | 0.36 | 117.86 | 0.23 | 0.53 |
| Hex | 6D | A3 | 6B | 21 | 0 | 22 | 24 | 76 | 17 | 35 |
| Octal | 155 | 243 | 153 | 41 | 0 | 42 | 44 | 166 | 27 | 65 |
| Binary | 1101101 | 10100011 | 1101011 | 100001 | 0 | 100010 | 100100 | 1110110 | 10111 | 110101 |
Color Harmonies of #6DA36B
Complementary color
Monochromatic Colors of #6DA36B
Black with #6DA36B
Text Example
Text Example
White with #6DA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA36B; }
p { color: rgb(109,163,107); }
H1.HeaderClassName
{
color: #6DA36B;
}
.AnyTagClassName
{
color: #6DA36B;
}
</style>
background-color css
<style>
a { background-color: #6DA36B; }
a { background-color: rgb(109,163,107); }
div.DivClassName
{
background-color: #6DA36B;
}
.BgClassName
{
background-color: #6DA36B;
}
</style>
border-color css
<style>
span { border-color: #6DA36B; }
span { border-color: rgb(109,163,107); }
td.TdClassName
{
border-color: #6DA36B;
}
.TagClassName
{
border-color: #6DA36B;
}
</style>