Shades of Laurel #6DA26C
Tints of Laurel #6DA26C
RGB
CMYK
RGB Variations
Color information
#6DA26C (or 0x6DA26C) is known color: Laurel. HEX triplet: 6D, A2 and 6C. RGB value is (109,162,108). Sum of RGB (Red+Green+Blue) = 109+162+108=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA26C is #925D93. Grayscale: #8C8C8C. Windows color (decimal): -9592212 or 7119469. OLE color: 7119469.
HSL color Cylindrical-coordinate representation of color #6DA26C: hue angle of 118.89º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6DA26C is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 162 | 108 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.36 |
| HSL | 118.89º | 0.23% | 0.53% | - |
| HSV(B) | 118.89º | 0.33% | 0.64% | - |
| XYZ | 21.93 | 30.17 | 18.86 | - |
| YUV | 140 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 108 | 0.33 | 0 | 0.33 | 0.36 | 118.89 | 0.23 | 0.53 |
| Hex | 6D | A2 | 6C | 21 | 0 | 21 | 24 | 77 | 16 | 35 |
| Octal | 155 | 242 | 154 | 41 | 0 | 41 | 44 | 167 | 26 | 65 |
| Binary | 1101101 | 10100010 | 1101100 | 100001 | 0 | 100001 | 100100 | 1110111 | 10110 | 110101 |
Color Harmonies of #6DA26C
Complementary color
Monochromatic Colors of #6DA26C
Black with #6DA26C
Text Example
Text Example
White with #6DA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA26C; }
p { color: rgb(109,162,108); }
H1.HeaderClassName
{
color: #6DA26C;
}
.AnyTagClassName
{
color: #6DA26C;
}
</style>
background-color css
<style>
a { background-color: #6DA26C; }
a { background-color: rgb(109,162,108); }
div.DivClassName
{
background-color: #6DA26C;
}
.BgClassName
{
background-color: #6DA26C;
}
</style>
border-color css
<style>
span { border-color: #6DA26C; }
span { border-color: rgb(109,162,108); }
td.TdClassName
{
border-color: #6DA26C;
}
.TagClassName
{
border-color: #6DA26C;
}
</style>