Shades of Bay Leaf #6AB281
Tints of Bay Leaf #6AB281
RGB
CMYK
RGB Variations
Color information
#6AB281 (or 0x6AB281) is known color: Bay Leaf. HEX triplet: 6A, B2 and 81. RGB value is (106,178,129). Sum of RGB (Red+Green+Blue) = 106+178+129=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB281 is #954D7E. Grayscale: #979797. Windows color (decimal): -9784703 or 8499818. OLE color: 8499818.
HSL color Cylindrical-coordinate representation of color #6AB281: hue angle of 139.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB281 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 129 | - |
| CMYK | 0.40 | 0 | 0.28 | 0.30 |
| HSL | 139.17º | 0.32% | 0.56% | - |
| HSV(B) | 139.17º | 0.4% | 0.7% | - |
| XYZ | 25.83 | 36.49 | 26.45 | - |
| YUV | 150.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 129 | 0.40 | 0 | 0.28 | 0.30 | 139.17 | 0.32 | 0.56 |
| Hex | 6A | B2 | 81 | 28 | 0 | 1C | 1E | 8B | 20 | 38 |
| Octal | 152 | 262 | 201 | 50 | 0 | 34 | 36 | 213 | 40 | 70 |
| Binary | 1101010 | 10110010 | 10000001 | 101000 | 0 | 11100 | 11110 | 10001011 | 100000 | 111000 |
Color Harmonies of #6AB281
Complementary color
Monochromatic Colors of #6AB281
Black with #6AB281
Text Example
Text Example
White with #6AB281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB281; }
p { color: rgb(106,178,129); }
H1.HeaderClassName
{
color: #6AB281;
}
.AnyTagClassName
{
color: #6AB281;
}
</style>
background-color css
<style>
a { background-color: #6AB281; }
a { background-color: rgb(106,178,129); }
div.DivClassName
{
background-color: #6AB281;
}
.BgClassName
{
background-color: #6AB281;
}
</style>
border-color css
<style>
span { border-color: #6AB281; }
span { border-color: rgb(106,178,129); }
td.TdClassName
{
border-color: #6AB281;
}
.TagClassName
{
border-color: #6AB281;
}
</style>