Shades of Laurel #6A776A
Tints of Laurel #6A776A
RGB
CMYK
RGB Variations
Color information
#6A776A (or 0x6A776A) is known color: Laurel. HEX triplet: 6A, 77 and 6A. RGB value is (106,119,106). Sum of RGB (Red+Green+Blue) = 106+119+106=331 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.02% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 119 - color contains mainly: green. Hex color #6A776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A776A is #958895. Grayscale: #717171. Windows color (decimal): -9799830 or 6977386. OLE color: 6977386.
HSL color Cylindrical-coordinate representation of color #6A776A: 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.11%. Process color model (Four color, CMYK) of #6A776A is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 119 | 106 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.53 |
| HSL | 120º | 0.06% | 0.44% | - |
| HSV(B) | 120º | 0.11% | 0.47% | - |
| XYZ | 15.14 | 17.3 | 16.18 | - |
| YUV | 113.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 119 | 106 | 0.11 | 0 | 0.11 | 0.53 | 120 | 0.06 | 0.44 |
| Hex | 6A | 77 | 6A | B | 0 | B | 35 | 78 | 6 | 2C |
| Octal | 152 | 167 | 152 | 13 | 0 | 13 | 65 | 170 | 6 | 54 |
| Binary | 1101010 | 1110111 | 1101010 | 1011 | 0 | 1011 | 110101 | 1111000 | 110 | 101100 |
Color Harmonies of #6A776A
Complementary color
Monochromatic Colors of #6A776A
Black with #6A776A
Text Example
Text Example
White with #6A776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A776A; }
p { color: rgb(106,119,106); }
H1.HeaderClassName
{
color: #6A776A;
}
.AnyTagClassName
{
color: #6A776A;
}
</style>
background-color css
<style>
a { background-color: #6A776A; }
a { background-color: rgb(106,119,106); }
div.DivClassName
{
background-color: #6A776A;
}
.BgClassName
{
background-color: #6A776A;
}
</style>
border-color css
<style>
span { border-color: #6A776A; }
span { border-color: rgb(106,119,106); }
td.TdClassName
{
border-color: #6A776A;
}
.TagClassName
{
border-color: #6A776A;
}
</style>