Shades of Laurel #6A8971
Tints of Laurel #6A8971
RGB
CMYK
RGB Variations
Color information
#6A8971 (or 0x6A8971) is known color: Laurel. HEX triplet: 6A, 89 and 71. RGB value is (106,137,113). Sum of RGB (Red+Green+Blue) = 106+137+113=356 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.78% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8971 is #95768E. Grayscale: #7D7D7D. Windows color (decimal): -9795215 or 7440746. OLE color: 7440746.
HSL color Cylindrical-coordinate representation of color #6A8971: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8971 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 137 | 113 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.46 |
| HSL | 133.55º | 0.13% | 0.48% | - |
| HSV(B) | 133.55º | 0.23% | 0.54% | - |
| XYZ | 17.87 | 22.15 | 18.96 | - |
| YUV | 125 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 137 | 113 | 0.23 | 0 | 0.18 | 0.46 | 133.55 | 0.13 | 0.48 |
| Hex | 6A | 89 | 71 | 17 | 0 | 12 | 2E | 86 | D | 30 |
| Octal | 152 | 211 | 161 | 27 | 0 | 22 | 56 | 206 | 15 | 60 |
| Binary | 1101010 | 10001001 | 1110001 | 10111 | 0 | 10010 | 101110 | 10000110 | 1101 | 110000 |
Color Harmonies of #6A8971
Complementary color
Monochromatic Colors of #6A8971
Black with #6A8971
Text Example
Text Example
White with #6A8971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8971; }
p { color: rgb(106,137,113); }
H1.HeaderClassName
{
color: #6A8971;
}
.AnyTagClassName
{
color: #6A8971;
}
</style>
background-color css
<style>
a { background-color: #6A8971; }
a { background-color: rgb(106,137,113); }
div.DivClassName
{
background-color: #6A8971;
}
.BgClassName
{
background-color: #6A8971;
}
</style>
border-color css
<style>
span { border-color: #6A8971; }
span { border-color: rgb(106,137,113); }
td.TdClassName
{
border-color: #6A8971;
}
.TagClassName
{
border-color: #6A8971;
}
</style>