Shades of Laurel #6B7F6E
Tints of Laurel #6B7F6E
RGB
CMYK
RGB Variations
Color information
#6B7F6E (or 0x6B7F6E) is known color: Laurel. HEX triplet: 6B, 7F and 6E. RGB value is (107,127,110). Sum of RGB (Red+Green+Blue) = 107+127+110=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7F6E is #948091. Grayscale: #777777. Windows color (decimal): -9732242 or 7241579. OLE color: 7241579.
HSL color Cylindrical-coordinate representation of color #6B7F6E: hue angle of 129º 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 #6B7F6E is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 110 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.50 |
| HSL | 129º | 0.09% | 0.46% | - |
| HSV(B) | 129º | 0.16% | 0.5% | - |
| XYZ | 16.47 | 19.43 | 17.63 | - |
| YUV | 119.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 110 | 0.16 | 0 | 0.13 | 0.50 | 129 | 0.09 | 0.46 |
| Hex | 6B | 7F | 6E | 10 | 0 | D | 32 | 81 | 9 | 2E |
| Octal | 153 | 177 | 156 | 20 | 0 | 15 | 62 | 201 | 11 | 56 |
| Binary | 1101011 | 1111111 | 1101110 | 10000 | 0 | 1101 | 110010 | 10000001 | 1001 | 101110 |
Color Harmonies of #6B7F6E
Complementary color
Monochromatic Colors of #6B7F6E
Black with #6B7F6E
Text Example
Text Example
White with #6B7F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F6E; }
p { color: rgb(107,127,110); }
H1.HeaderClassName
{
color: #6B7F6E;
}
.AnyTagClassName
{
color: #6B7F6E;
}
</style>
background-color css
<style>
a { background-color: #6B7F6E; }
a { background-color: rgb(107,127,110); }
div.DivClassName
{
background-color: #6B7F6E;
}
.BgClassName
{
background-color: #6B7F6E;
}
</style>
border-color css
<style>
span { border-color: #6B7F6E; }
span { border-color: rgb(107,127,110); }
td.TdClassName
{
border-color: #6B7F6E;
}
.TagClassName
{
border-color: #6B7F6E;
}
</style>