Shades of Laurel #6A786A
Tints of Laurel #6A786A
RGB
CMYK
RGB Variations
Color information
#6A786A (or 0x6A786A) is known color: Laurel. HEX triplet: 6A, 78 and 6A. RGB value is (106,120,106). Sum of RGB (Red+Green+Blue) = 106+120+106=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #6A786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A786A is #958795. Grayscale: #727272. Windows color (decimal): -9799574 or 6977642. OLE color: 6977642.
HSL color Cylindrical-coordinate representation of color #6A786A: hue angle of 120º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6A786A is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 106 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.53 |
| HSL | 120º | 0.06% | 0.44% | - |
| HSV(B) | 120º | 0.12% | 0.47% | - |
| XYZ | 15.26 | 17.54 | 16.22 | - |
| YUV | 114.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 106 | 0.12 | 0 | 0.12 | 0.53 | 120 | 0.06 | 0.44 |
| Hex | 6A | 78 | 6A | C | 0 | C | 35 | 78 | 6 | 2C |
| Octal | 152 | 170 | 152 | 14 | 0 | 14 | 65 | 170 | 6 | 54 |
| Binary | 1101010 | 1111000 | 1101010 | 1100 | 0 | 1100 | 110101 | 1111000 | 110 | 101100 |
Color Harmonies of #6A786A
Complementary color
Monochromatic Colors of #6A786A
Black with #6A786A
Text Example
Text Example
White with #6A786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A786A; }
p { color: rgb(106,120,106); }
H1.HeaderClassName
{
color: #6A786A;
}
.AnyTagClassName
{
color: #6A786A;
}
</style>
background-color css
<style>
a { background-color: #6A786A; }
a { background-color: rgb(106,120,106); }
div.DivClassName
{
background-color: #6A786A;
}
.BgClassName
{
background-color: #6A786A;
}
</style>
border-color css
<style>
span { border-color: #6A786A; }
span { border-color: rgb(106,120,106); }
td.TdClassName
{
border-color: #6A786A;
}
.TagClassName
{
border-color: #6A786A;
}
</style>