Shades of Laurel #6E8C74
Tints of Laurel #6E8C74
RGB
CMYK
RGB Variations
Color information
#6E8C74 (or 0x6E8C74) is known color: Laurel. HEX triplet: 6E, 8C and 74. RGB value is (110,140,116). Sum of RGB (Red+Green+Blue) = 110+140+116=366 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.05% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8C74 is #91738B. Grayscale: #808080. Windows color (decimal): -9532300 or 7638126. OLE color: 7638126.
HSL color Cylindrical-coordinate representation of color #6E8C74: hue angle of 132º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E8C74 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 140 | 116 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.45 |
| HSL | 132º | 0.12% | 0.49% | - |
| HSV(B) | 132º | 0.21% | 0.55% | - |
| XYZ | 18.96 | 23.33 | 20.03 | - |
| YUV | 128.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 140 | 116 | 0.21 | 0 | 0.17 | 0.45 | 132 | 0.12 | 0.49 |
| Hex | 6E | 8C | 74 | 15 | 0 | 11 | 2D | 84 | C | 31 |
| Octal | 156 | 214 | 164 | 25 | 0 | 21 | 55 | 204 | 14 | 61 |
| Binary | 1101110 | 10001100 | 1110100 | 10101 | 0 | 10001 | 101101 | 10000100 | 1100 | 110001 |
Color Harmonies of #6E8C74
Complementary color
Monochromatic Colors of #6E8C74
Black with #6E8C74
Text Example
Text Example
White with #6E8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8C74; }
p { color: rgb(110,140,116); }
H1.HeaderClassName
{
color: #6E8C74;
}
.AnyTagClassName
{
color: #6E8C74;
}
</style>
background-color css
<style>
a { background-color: #6E8C74; }
a { background-color: rgb(110,140,116); }
div.DivClassName
{
background-color: #6E8C74;
}
.BgClassName
{
background-color: #6E8C74;
}
</style>
border-color css
<style>
span { border-color: #6E8C74; }
span { border-color: rgb(110,140,116); }
td.TdClassName
{
border-color: #6E8C74;
}
.TagClassName
{
border-color: #6E8C74;
}
</style>