Shades of Laurel #6A7D6D
Tints of Laurel #6A7D6D
RGB
CMYK
RGB Variations
Color information
#6A7D6D (or 0x6A7D6D) is known color: Laurel. HEX triplet: 6A, 7D and 6D. RGB value is (106,125,109). Sum of RGB (Red+Green+Blue) = 106+125+109=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7D6D is #958292. Grayscale: #757575. Windows color (decimal): -9798291 or 7175530. OLE color: 7175530.
HSL color Cylindrical-coordinate representation of color #6A7D6D: hue angle of 129.47º 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 #6A7D6D is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 125 | 109 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.51 |
| HSL | 129.47º | 0.08% | 0.45% | - |
| HSV(B) | 129.47º | 0.15% | 0.49% | - |
| XYZ | 16.04 | 18.84 | 17.26 | - |
| YUV | 117.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 125 | 109 | 0.15 | 0 | 0.13 | 0.51 | 129.47 | 0.08 | 0.45 |
| Hex | 6A | 7D | 6D | F | 0 | D | 33 | 81 | 8 | 2D |
| Octal | 152 | 175 | 155 | 17 | 0 | 15 | 63 | 201 | 10 | 55 |
| Binary | 1101010 | 1111101 | 1101101 | 1111 | 0 | 1101 | 110011 | 10000001 | 1000 | 101101 |
Color Harmonies of #6A7D6D
Complementary color
Monochromatic Colors of #6A7D6D
Black with #6A7D6D
Text Example
Text Example
White with #6A7D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7D6D; }
p { color: rgb(106,125,109); }
H1.HeaderClassName
{
color: #6A7D6D;
}
.AnyTagClassName
{
color: #6A7D6D;
}
</style>
background-color css
<style>
a { background-color: #6A7D6D; }
a { background-color: rgb(106,125,109); }
div.DivClassName
{
background-color: #6A7D6D;
}
.BgClassName
{
background-color: #6A7D6D;
}
</style>
border-color css
<style>
span { border-color: #6A7D6D; }
span { border-color: rgb(106,125,109); }
td.TdClassName
{
border-color: #6A7D6D;
}
.TagClassName
{
border-color: #6A7D6D;
}
</style>