Shades of Laurel #6D8A6E
Tints of Laurel #6D8A6E
RGB
CMYK
RGB Variations
Color information
#6D8A6E (or 0x6D8A6E) is known color: Laurel. HEX triplet: 6D, 8A and 6E. RGB value is (109,138,110). Sum of RGB (Red+Green+Blue) = 109+138+110=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 138 (54.30% from 255 or 38.66% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A6E is #927591. Grayscale: #7E7E7E. Windows color (decimal): -9598354 or 7244397. OLE color: 7244397.
HSL color Cylindrical-coordinate representation of color #6D8A6E: hue angle of 122.07º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D8A6E is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 110 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.46 |
| HSL | 122.07º | 0.12% | 0.48% | - |
| HSV(B) | 122.07º | 0.21% | 0.54% | - |
| XYZ | 18.21 | 22.55 | 18.15 | - |
| YUV | 126.14 | 118.89 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 110 | 0.21 | 0 | 0.20 | 0.46 | 122.07 | 0.12 | 0.48 |
| Hex | 6D | 8A | 6E | 15 | 0 | 14 | 2E | 7A | C | 30 |
| Octal | 155 | 212 | 156 | 25 | 0 | 24 | 56 | 172 | 14 | 60 |
| Binary | 1101101 | 10001010 | 1101110 | 10101 | 0 | 10100 | 101110 | 1111010 | 1100 | 110000 |
Color Harmonies of #6D8A6E
Complementary color
Monochromatic Colors of #6D8A6E
Black with #6D8A6E
Text Example
Text Example
White with #6D8A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A6E; }
p { color: rgb(109,138,110); }
H1.HeaderClassName
{
color: #6D8A6E;
}
.AnyTagClassName
{
color: #6D8A6E;
}
</style>
background-color css
<style>
a { background-color: #6D8A6E; }
a { background-color: rgb(109,138,110); }
div.DivClassName
{
background-color: #6D8A6E;
}
.BgClassName
{
background-color: #6D8A6E;
}
</style>
border-color css
<style>
span { border-color: #6D8A6E; }
span { border-color: rgb(109,138,110); }
td.TdClassName
{
border-color: #6D8A6E;
}
.TagClassName
{
border-color: #6D8A6E;
}
</style>