Shades of Laurel #6A7D6C
Tints of Laurel #6A7D6C
RGB
CMYK
RGB Variations
Color information
#6A7D6C (or 0x6A7D6C) is known color: Laurel. HEX triplet: 6A, 7D and 6C. RGB value is (106,125,108). Sum of RGB (Red+Green+Blue) = 106+125+108=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7D6C is #958293. Grayscale: #757575. Windows color (decimal): -9798292 or 7109994. OLE color: 7109994.
HSL color Cylindrical-coordinate representation of color #6A7D6C: hue angle of 126.32º 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 #6A7D6C is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 125 | 108 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.51 |
| HSL | 126.32º | 0.08% | 0.45% | - |
| HSV(B) | 126.32º | 0.15% | 0.49% | - |
| XYZ | 15.98 | 18.81 | 16.98 | - |
| YUV | 117.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 125 | 108 | 0.15 | 0 | 0.14 | 0.51 | 126.32 | 0.08 | 0.45 |
| Hex | 6A | 7D | 6C | F | 0 | E | 33 | 7E | 8 | 2D |
| Octal | 152 | 175 | 154 | 17 | 0 | 16 | 63 | 176 | 10 | 55 |
| Binary | 1101010 | 1111101 | 1101100 | 1111 | 0 | 1110 | 110011 | 1111110 | 1000 | 101101 |
Color Harmonies of #6A7D6C
Complementary color
Monochromatic Colors of #6A7D6C
Black with #6A7D6C
Text Example
Text Example
White with #6A7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7D6C; }
p { color: rgb(106,125,108); }
H1.HeaderClassName
{
color: #6A7D6C;
}
.AnyTagClassName
{
color: #6A7D6C;
}
</style>
background-color css
<style>
a { background-color: #6A7D6C; }
a { background-color: rgb(106,125,108); }
div.DivClassName
{
background-color: #6A7D6C;
}
.BgClassName
{
background-color: #6A7D6C;
}
</style>
border-color css
<style>
span { border-color: #6A7D6C; }
span { border-color: rgb(106,125,108); }
td.TdClassName
{
border-color: #6A7D6C;
}
.TagClassName
{
border-color: #6A7D6C;
}
</style>