Shades of Laurel #6B7C6D
Tints of Laurel #6B7C6D
RGB
CMYK
RGB Variations
Color information
#6B7C6D (or 0x6B7C6D) is known color: Laurel. HEX triplet: 6B, 7C and 6D. RGB value is (107,124,109). Sum of RGB (Red+Green+Blue) = 107+124+109=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 124 - color contains mainly: green. Hex color #6B7C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7C6D is #948392. Grayscale: #757575. Windows color (decimal): -9733011 or 7175275. OLE color: 7175275.
HSL color Cylindrical-coordinate representation of color #6B7C6D: hue angle of 127.06º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7C6D is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 124 | 109 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.51 |
| HSL | 127.06º | 0.07% | 0.45% | - |
| HSV(B) | 127.06º | 0.14% | 0.49% | - |
| XYZ | 16.03 | 18.65 | 17.22 | - |
| YUV | 117.21 | 123.37 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 124 | 109 | 0.14 | 0 | 0.12 | 0.51 | 127.06 | 0.07 | 0.45 |
| Hex | 6B | 7C | 6D | E | 0 | C | 33 | 7F | 7 | 2D |
| Octal | 153 | 174 | 155 | 16 | 0 | 14 | 63 | 177 | 7 | 55 |
| Binary | 1101011 | 1111100 | 1101101 | 1110 | 0 | 1100 | 110011 | 1111111 | 111 | 101101 |
Color Harmonies of #6B7C6D
Complementary color
Monochromatic Colors of #6B7C6D
Black with #6B7C6D
Text Example
Text Example
White with #6B7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7C6D; }
p { color: rgb(107,124,109); }
H1.HeaderClassName
{
color: #6B7C6D;
}
.AnyTagClassName
{
color: #6B7C6D;
}
</style>
background-color css
<style>
a { background-color: #6B7C6D; }
a { background-color: rgb(107,124,109); }
div.DivClassName
{
background-color: #6B7C6D;
}
.BgClassName
{
background-color: #6B7C6D;
}
</style>
border-color css
<style>
span { border-color: #6B7C6D; }
span { border-color: rgb(107,124,109); }
td.TdClassName
{
border-color: #6B7C6D;
}
.TagClassName
{
border-color: #6B7C6D;
}
</style>