Shades of Laurel #6B7A6C
Tints of Laurel #6B7A6C
RGB
CMYK
RGB Variations
Color information
#6B7A6C (or 0x6B7A6C) is known color: Laurel. HEX triplet: 6B, 7A and 6C. RGB value is (107,122,108). Sum of RGB (Red+Green+Blue) = 107+122+108=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A6C is #948593. Grayscale: #737373. Windows color (decimal): -9733524 or 7109227. OLE color: 7109227.
HSL color Cylindrical-coordinate representation of color #6B7A6C: hue angle of 124º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7A6C is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 108 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.52 |
| HSL | 124º | 0.07% | 0.45% | - |
| HSV(B) | 124º | 0.12% | 0.48% | - |
| XYZ | 15.73 | 18.13 | 16.86 | - |
| YUV | 115.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 108 | 0.12 | 0 | 0.11 | 0.52 | 124 | 0.07 | 0.45 |
| Hex | 6B | 7A | 6C | C | 0 | B | 34 | 7C | 7 | 2D |
| Octal | 153 | 172 | 154 | 14 | 0 | 13 | 64 | 174 | 7 | 55 |
| Binary | 1101011 | 1111010 | 1101100 | 1100 | 0 | 1011 | 110100 | 1111100 | 111 | 101101 |
Color Harmonies of #6B7A6C
Complementary color
Monochromatic Colors of #6B7A6C
Black with #6B7A6C
Text Example
Text Example
White with #6B7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A6C; }
p { color: rgb(107,122,108); }
H1.HeaderClassName
{
color: #6B7A6C;
}
.AnyTagClassName
{
color: #6B7A6C;
}
</style>
background-color css
<style>
a { background-color: #6B7A6C; }
a { background-color: rgb(107,122,108); }
div.DivClassName
{
background-color: #6B7A6C;
}
.BgClassName
{
background-color: #6B7A6C;
}
</style>
border-color css
<style>
span { border-color: #6B7A6C; }
span { border-color: rgb(107,122,108); }
td.TdClassName
{
border-color: #6B7A6C;
}
.TagClassName
{
border-color: #6B7A6C;
}
</style>