Shades of Bay Leaf #6AAA86
Tints of Bay Leaf #6AAA86
RGB
CMYK
RGB Variations
Color information
#6AAA86 (or 0x6AAA86) is known color: Bay Leaf. HEX triplet: 6A, AA and 86. RGB value is (106,170,134). Sum of RGB (Red+Green+Blue) = 106+170+134=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA86 is #955579. Grayscale: #929292. Windows color (decimal): -9786746 or 8825450. OLE color: 8825450.
HSL color Cylindrical-coordinate representation of color #6AAA86: hue angle of 146.25º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA86 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 170 | 134 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.33 |
| HSL | 146.25º | 0.27% | 0.54% | - |
| HSV(B) | 146.25º | 0.38% | 0.67% | - |
| XYZ | 24.62 | 33.53 | 27.73 | - |
| YUV | 146.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 134 | 0.38 | 0 | 0.21 | 0.33 | 146.25 | 0.27 | 0.54 |
| Hex | 6A | AA | 86 | 26 | 0 | 15 | 21 | 92 | 1B | 36 |
| Octal | 152 | 252 | 206 | 46 | 0 | 25 | 41 | 222 | 33 | 66 |
| Binary | 1101010 | 10101010 | 10000110 | 100110 | 0 | 10101 | 100001 | 10010010 | 11011 | 110110 |
Color Harmonies of #6AAA86
Complementary color
Monochromatic Colors of #6AAA86
Black with #6AAA86
Text Example
Text Example
White with #6AAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAA86; }
p { color: rgb(106,170,134); }
H1.HeaderClassName
{
color: #6AAA86;
}
.AnyTagClassName
{
color: #6AAA86;
}
</style>
background-color css
<style>
a { background-color: #6AAA86; }
a { background-color: rgb(106,170,134); }
div.DivClassName
{
background-color: #6AAA86;
}
.BgClassName
{
background-color: #6AAA86;
}
</style>
border-color css
<style>
span { border-color: #6AAA86; }
span { border-color: rgb(106,170,134); }
td.TdClassName
{
border-color: #6AAA86;
}
.TagClassName
{
border-color: #6AAA86;
}
</style>