Shades of Laurel #6EA26C
Tints of Laurel #6EA26C
RGB
CMYK
RGB Variations
Color information
#6EA26C (or 0x6EA26C) is known color: Laurel. HEX triplet: 6E, A2 and 6C. RGB value is (110,162,108). Sum of RGB (Red+Green+Blue) = 110+162+108=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #6EA26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA26C is #915D93. Grayscale: #8C8C8C. Windows color (decimal): -9526676 or 7119470. OLE color: 7119470.
HSL color Cylindrical-coordinate representation of color #6EA26C: hue angle of 117.78º 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 #6EA26C is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 162 | 108 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.36 |
| HSL | 117.78º | 0.23% | 0.53% | - |
| HSV(B) | 117.78º | 0.33% | 0.64% | - |
| XYZ | 22.06 | 30.24 | 18.86 | - |
| YUV | 140.3 | 109.77 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 162 | 108 | 0.32 | 0 | 0.33 | 0.36 | 117.78 | 0.23 | 0.53 |
| Hex | 6E | A2 | 6C | 20 | 0 | 21 | 24 | 76 | 16 | 35 |
| Octal | 156 | 242 | 154 | 40 | 0 | 41 | 44 | 166 | 26 | 65 |
| Binary | 1101110 | 10100010 | 1101100 | 100000 | 0 | 100001 | 100100 | 1110110 | 10110 | 110101 |
Color Harmonies of #6EA26C
Complementary color
Monochromatic Colors of #6EA26C
Black with #6EA26C
Text Example
Text Example
White with #6EA26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA26C; }
p { color: rgb(110,162,108); }
H1.HeaderClassName
{
color: #6EA26C;
}
.AnyTagClassName
{
color: #6EA26C;
}
</style>
background-color css
<style>
a { background-color: #6EA26C; }
a { background-color: rgb(110,162,108); }
div.DivClassName
{
background-color: #6EA26C;
}
.BgClassName
{
background-color: #6EA26C;
}
</style>
border-color css
<style>
span { border-color: #6EA26C; }
span { border-color: rgb(110,162,108); }
td.TdClassName
{
border-color: #6EA26C;
}
.TagClassName
{
border-color: #6EA26C;
}
</style>