Shades of Laurel #6A7F6C
Tints of Laurel #6A7F6C
RGB
CMYK
RGB Variations
Color information
#6A7F6C (or 0x6A7F6C) is known color: Laurel. HEX triplet: 6A, 7F and 6C. RGB value is (106,127,108). Sum of RGB (Red+Green+Blue) = 106+127+108=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 127 - color contains mainly: green. Hex color #6A7F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7F6C is #958093. Grayscale: #767676. Windows color (decimal): -9797780 or 7110506. OLE color: 7110506.
HSL color Cylindrical-coordinate representation of color #6A7F6C: hue angle of 125.71º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A7F6C is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 127 | 108 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.50 |
| HSL | 125.71º | 0.09% | 0.46% | - |
| HSV(B) | 125.71º | 0.17% | 0.5% | - |
| XYZ | 16.24 | 19.33 | 17.06 | - |
| YUV | 118.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 127 | 108 | 0.17 | 0 | 0.15 | 0.50 | 125.71 | 0.09 | 0.46 |
| Hex | 6A | 7F | 6C | 11 | 0 | F | 32 | 7E | 9 | 2E |
| Octal | 152 | 177 | 154 | 21 | 0 | 17 | 62 | 176 | 11 | 56 |
| Binary | 1101010 | 1111111 | 1101100 | 10001 | 0 | 1111 | 110010 | 1111110 | 1001 | 101110 |
Color Harmonies of #6A7F6C
Complementary color
Monochromatic Colors of #6A7F6C
Black with #6A7F6C
Text Example
Text Example
White with #6A7F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7F6C; }
p { color: rgb(106,127,108); }
H1.HeaderClassName
{
color: #6A7F6C;
}
.AnyTagClassName
{
color: #6A7F6C;
}
</style>
background-color css
<style>
a { background-color: #6A7F6C; }
a { background-color: rgb(106,127,108); }
div.DivClassName
{
background-color: #6A7F6C;
}
.BgClassName
{
background-color: #6A7F6C;
}
</style>
border-color css
<style>
span { border-color: #6A7F6C; }
span { border-color: rgb(106,127,108); }
td.TdClassName
{
border-color: #6A7F6C;
}
.TagClassName
{
border-color: #6A7F6C;
}
</style>