Shades of Laurel #6D8A75
Tints of Laurel #6D8A75
RGB
CMYK
RGB Variations
Color information
#6D8A75 (or 0x6D8A75) is known color: Laurel. HEX triplet: 6D, 8A and 75. RGB value is (109,138,117). Sum of RGB (Red+Green+Blue) = 109+138+117=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A75 is #92758A. Grayscale: #7E7E7E. Windows color (decimal): -9598347 or 7703149. OLE color: 7703149.
HSL color Cylindrical-coordinate representation of color #6D8A75: hue angle of 136.55º 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 #6D8A75 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 117 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.46 |
| HSL | 136.55º | 0.12% | 0.48% | - |
| HSV(B) | 136.55º | 0.21% | 0.54% | - |
| XYZ | 18.61 | 22.71 | 20.23 | - |
| YUV | 126.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 117 | 0.21 | 0 | 0.15 | 0.46 | 136.55 | 0.12 | 0.48 |
| Hex | 6D | 8A | 75 | 15 | 0 | F | 2E | 89 | C | 30 |
| Octal | 155 | 212 | 165 | 25 | 0 | 17 | 56 | 211 | 14 | 60 |
| Binary | 1101101 | 10001010 | 1110101 | 10101 | 0 | 1111 | 101110 | 10001001 | 1100 | 110000 |
Color Harmonies of #6D8A75
Complementary color
Monochromatic Colors of #6D8A75
Black with #6D8A75
Text Example
Text Example
White with #6D8A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A75; }
p { color: rgb(109,138,117); }
H1.HeaderClassName
{
color: #6D8A75;
}
.AnyTagClassName
{
color: #6D8A75;
}
</style>
background-color css
<style>
a { background-color: #6D8A75; }
a { background-color: rgb(109,138,117); }
div.DivClassName
{
background-color: #6D8A75;
}
.BgClassName
{
background-color: #6D8A75;
}
</style>
border-color css
<style>
span { border-color: #6D8A75; }
span { border-color: rgb(109,138,117); }
td.TdClassName
{
border-color: #6D8A75;
}
.TagClassName
{
border-color: #6D8A75;
}
</style>