Shades of Laurel #6E7B6F
Tints of Laurel #6E7B6F
RGB
CMYK
RGB Variations
Color information
#6E7B6F (or 0x6E7B6F) is known color: Laurel. HEX triplet: 6E, 7B and 6F. RGB value is (110,123,111). Sum of RGB (Red+Green+Blue) = 110+123+111=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7B6F is #918490. Grayscale: #757575. Windows color (decimal): -9536657 or 7306094. OLE color: 7306094.
HSL color Cylindrical-coordinate representation of color #6E7B6F: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E7B6F is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 123 | 111 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.52 |
| HSL | 124.62º | 0.06% | 0.46% | - |
| HSV(B) | 124.62º | 0.11% | 0.48% | - |
| XYZ | 16.38 | 18.63 | 17.77 | - |
| YUV | 117.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 111 | 0.11 | 0 | 0.10 | 0.52 | 124.62 | 0.06 | 0.46 |
| Hex | 6E | 7B | 6F | B | 0 | A | 34 | 7D | 6 | 2E |
| Octal | 156 | 173 | 157 | 13 | 0 | 12 | 64 | 175 | 6 | 56 |
| Binary | 1101110 | 1111011 | 1101111 | 1011 | 0 | 1010 | 110100 | 1111101 | 110 | 101110 |
Color Harmonies of #6E7B6F
Complementary color
Monochromatic Colors of #6E7B6F
Black with #6E7B6F
Text Example
Text Example
White with #6E7B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B6F; }
p { color: rgb(110,123,111); }
H1.HeaderClassName
{
color: #6E7B6F;
}
.AnyTagClassName
{
color: #6E7B6F;
}
</style>
background-color css
<style>
a { background-color: #6E7B6F; }
a { background-color: rgb(110,123,111); }
div.DivClassName
{
background-color: #6E7B6F;
}
.BgClassName
{
background-color: #6E7B6F;
}
</style>
border-color css
<style>
span { border-color: #6E7B6F; }
span { border-color: rgb(110,123,111); }
td.TdClassName
{
border-color: #6E7B6F;
}
.TagClassName
{
border-color: #6E7B6F;
}
</style>