Shades of Laurel #6B7F6C
Tints of Laurel #6B7F6C
RGB
CMYK
RGB Variations
Color information
#6B7F6C (or 0x6B7F6C) is known color: Laurel. HEX triplet: 6B, 7F and 6C. RGB value is (107,127,108). Sum of RGB (Red+Green+Blue) = 107+127+108=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7F6C is #948093. Grayscale: #767676. Windows color (decimal): -9732244 or 7110507. OLE color: 7110507.
HSL color Cylindrical-coordinate representation of color #6B7F6C: hue angle of 123º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B7F6C is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 108 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.50 |
| HSL | 123º | 0.09% | 0.46% | - |
| HSV(B) | 123º | 0.16% | 0.5% | - |
| XYZ | 16.36 | 19.39 | 17.07 | - |
| YUV | 118.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 108 | 0.16 | 0 | 0.15 | 0.50 | 123 | 0.09 | 0.46 |
| Hex | 6B | 7F | 6C | 10 | 0 | F | 32 | 7B | 9 | 2E |
| Octal | 153 | 177 | 154 | 20 | 0 | 17 | 62 | 173 | 11 | 56 |
| Binary | 1101011 | 1111111 | 1101100 | 10000 | 0 | 1111 | 110010 | 1111011 | 1001 | 101110 |
Color Harmonies of #6B7F6C
Complementary color
Monochromatic Colors of #6B7F6C
Black with #6B7F6C
Text Example
Text Example
White with #6B7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F6C; }
p { color: rgb(107,127,108); }
H1.HeaderClassName
{
color: #6B7F6C;
}
.AnyTagClassName
{
color: #6B7F6C;
}
</style>
background-color css
<style>
a { background-color: #6B7F6C; }
a { background-color: rgb(107,127,108); }
div.DivClassName
{
background-color: #6B7F6C;
}
.BgClassName
{
background-color: #6B7F6C;
}
</style>
border-color css
<style>
span { border-color: #6B7F6C; }
span { border-color: rgb(107,127,108); }
td.TdClassName
{
border-color: #6B7F6C;
}
.TagClassName
{
border-color: #6B7F6C;
}
</style>