Shades of Laurel #6A7C6D
Tints of Laurel #6A7C6D
RGB
CMYK
RGB Variations
Color information
#6A7C6D (or 0x6A7C6D) is known color: Laurel. HEX triplet: 6A, 7C and 6D. RGB value is (106,124,109). Sum of RGB (Red+Green+Blue) = 106+124+109=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7C6D is #958392. Grayscale: #747474. Windows color (decimal): -9798547 or 7175274. OLE color: 7175274.
HSL color Cylindrical-coordinate representation of color #6A7C6D: hue angle of 130º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6A7C6D is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 124 | 109 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.51 |
| HSL | 130º | 0.08% | 0.45% | - |
| HSV(B) | 130º | 0.15% | 0.49% | - |
| XYZ | 15.91 | 18.58 | 17.22 | - |
| YUV | 116.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 109 | 0.15 | 0 | 0.12 | 0.51 | 130 | 0.08 | 0.45 |
| Hex | 6A | 7C | 6D | F | 0 | C | 33 | 82 | 8 | 2D |
| Octal | 152 | 174 | 155 | 17 | 0 | 14 | 63 | 202 | 10 | 55 |
| Binary | 1101010 | 1111100 | 1101101 | 1111 | 0 | 1100 | 110011 | 10000010 | 1000 | 101101 |
Color Harmonies of #6A7C6D
Complementary color
Monochromatic Colors of #6A7C6D
Black with #6A7C6D
Text Example
Text Example
White with #6A7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7C6D; }
p { color: rgb(106,124,109); }
H1.HeaderClassName
{
color: #6A7C6D;
}
.AnyTagClassName
{
color: #6A7C6D;
}
</style>
background-color css
<style>
a { background-color: #6A7C6D; }
a { background-color: rgb(106,124,109); }
div.DivClassName
{
background-color: #6A7C6D;
}
.BgClassName
{
background-color: #6A7C6D;
}
</style>
border-color css
<style>
span { border-color: #6A7C6D; }
span { border-color: rgb(106,124,109); }
td.TdClassName
{
border-color: #6A7C6D;
}
.TagClassName
{
border-color: #6A7C6D;
}
</style>