Shades of Laurel #6DA26E
Tints of Laurel #6DA26E
RGB
CMYK
RGB Variations
Color information
#6DA26E (or 0x6DA26E) is known color: Laurel. HEX triplet: 6D, A2 and 6E. RGB value is (109,162,110). Sum of RGB (Red+Green+Blue) = 109+162+110=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 162 - color contains mainly: green. Hex color #6DA26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA26E is #925D91. Grayscale: #8C8C8C. Windows color (decimal): -9592210 or 7250541. OLE color: 7250541.
HSL color Cylindrical-coordinate representation of color #6DA26E: hue angle of 121.13º 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 #6DA26E is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 162 | 110 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.36 |
| HSL | 121.13º | 0.22% | 0.53% | - |
| HSV(B) | 121.13º | 0.33% | 0.64% | - |
| XYZ | 22.04 | 30.22 | 19.42 | - |
| YUV | 140.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 162 | 110 | 0.33 | 0 | 0.32 | 0.36 | 121.13 | 0.22 | 0.53 |
| Hex | 6D | A2 | 6E | 21 | 0 | 20 | 24 | 79 | 16 | 35 |
| Octal | 155 | 242 | 156 | 41 | 0 | 40 | 44 | 171 | 26 | 65 |
| Binary | 1101101 | 10100010 | 1101110 | 100001 | 0 | 100000 | 100100 | 1111001 | 10110 | 110101 |
Color Harmonies of #6DA26E
Complementary color
Monochromatic Colors of #6DA26E
Black with #6DA26E
Text Example
Text Example
White with #6DA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DA26E; }
p { color: rgb(109,162,110); }
H1.HeaderClassName
{
color: #6DA26E;
}
.AnyTagClassName
{
color: #6DA26E;
}
</style>
background-color css
<style>
a { background-color: #6DA26E; }
a { background-color: rgb(109,162,110); }
div.DivClassName
{
background-color: #6DA26E;
}
.BgClassName
{
background-color: #6DA26E;
}
</style>
border-color css
<style>
span { border-color: #6DA26E; }
span { border-color: rgb(109,162,110); }
td.TdClassName
{
border-color: #6DA26E;
}
.TagClassName
{
border-color: #6DA26E;
}
</style>