Shades of Bay Leaf #6BAA82
Tints of Bay Leaf #6BAA82
RGB
CMYK
RGB Variations
Color information
#6BAA82 (or 0x6BAA82) is known color: Bay Leaf. HEX triplet: 6B, AA and 82. RGB value is (107,170,130). Sum of RGB (Red+Green+Blue) = 107+170+130=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA82 is #94557D. Grayscale: #929292. Windows color (decimal): -9721214 or 8563307. OLE color: 8563307.
HSL color Cylindrical-coordinate representation of color #6BAA82: hue angle of 141.9º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA82 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 170 | 130 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.33 |
| HSL | 141.9º | 0.27% | 0.54% | - |
| HSV(B) | 141.9º | 0.37% | 0.67% | - |
| XYZ | 24.47 | 33.49 | 26.29 | - |
| YUV | 146.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 130 | 0.37 | 0 | 0.24 | 0.33 | 141.9 | 0.27 | 0.54 |
| Hex | 6B | AA | 82 | 25 | 0 | 18 | 21 | 8E | 1B | 36 |
| Octal | 153 | 252 | 202 | 45 | 0 | 30 | 41 | 216 | 33 | 66 |
| Binary | 1101011 | 10101010 | 10000010 | 100101 | 0 | 11000 | 100001 | 10001110 | 11011 | 110110 |
Color Harmonies of #6BAA82
Complementary color
Monochromatic Colors of #6BAA82
Black with #6BAA82
Text Example
Text Example
White with #6BAA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAA82; }
p { color: rgb(107,170,130); }
H1.HeaderClassName
{
color: #6BAA82;
}
.AnyTagClassName
{
color: #6BAA82;
}
</style>
background-color css
<style>
a { background-color: #6BAA82; }
a { background-color: rgb(107,170,130); }
div.DivClassName
{
background-color: #6BAA82;
}
.BgClassName
{
background-color: #6BAA82;
}
</style>
border-color css
<style>
span { border-color: #6BAA82; }
span { border-color: rgb(107,170,130); }
td.TdClassName
{
border-color: #6BAA82;
}
.TagClassName
{
border-color: #6BAA82;
}
</style>