Shades of Laurel #6A7D6E
Tints of Laurel #6A7D6E
RGB
CMYK
RGB Variations
Color information
#6A7D6E (or 0x6A7D6E) is known color: Laurel. HEX triplet: 6A, 7D and 6E. RGB value is (106,125,110). Sum of RGB (Red+Green+Blue) = 106+125+110=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7D6E is #958291. Grayscale: #757575. Windows color (decimal): -9798290 or 7241066. OLE color: 7241066.
HSL color Cylindrical-coordinate representation of color #6A7D6E: hue angle of 132.63º 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 #6A7D6E is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 125 | 110 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.51 |
| HSL | 132.63º | 0.08% | 0.45% | - |
| HSV(B) | 132.63º | 0.15% | 0.49% | - |
| XYZ | 16.09 | 18.86 | 17.54 | - |
| YUV | 117.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 125 | 110 | 0.15 | 0 | 0.12 | 0.51 | 132.63 | 0.08 | 0.45 |
| Hex | 6A | 7D | 6E | F | 0 | C | 33 | 85 | 8 | 2D |
| Octal | 152 | 175 | 156 | 17 | 0 | 14 | 63 | 205 | 10 | 55 |
| Binary | 1101010 | 1111101 | 1101110 | 1111 | 0 | 1100 | 110011 | 10000101 | 1000 | 101101 |
Color Harmonies of #6A7D6E
Complementary color
Monochromatic Colors of #6A7D6E
Black with #6A7D6E
Text Example
Text Example
White with #6A7D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7D6E; }
p { color: rgb(106,125,110); }
H1.HeaderClassName
{
color: #6A7D6E;
}
.AnyTagClassName
{
color: #6A7D6E;
}
</style>
background-color css
<style>
a { background-color: #6A7D6E; }
a { background-color: rgb(106,125,110); }
div.DivClassName
{
background-color: #6A7D6E;
}
.BgClassName
{
background-color: #6A7D6E;
}
</style>
border-color css
<style>
span { border-color: #6A7D6E; }
span { border-color: rgb(106,125,110); }
td.TdClassName
{
border-color: #6A7D6E;
}
.TagClassName
{
border-color: #6A7D6E;
}
</style>