Shades of Bay Leaf #6AB27F
Tints of Bay Leaf #6AB27F
RGB
CMYK
RGB Variations
Color information
#6AB27F (or 0x6AB27F) is known color: Bay Leaf. HEX triplet: 6A, B2 and 7F. RGB value is (106,178,127). Sum of RGB (Red+Green+Blue) = 106+178+127=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB27F is #954D80. Grayscale: #969696. Windows color (decimal): -9784705 or 8368746. OLE color: 8368746.
HSL color Cylindrical-coordinate representation of color #6AB27F: hue angle of 137.5º 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 #6AB27F is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 127 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.30 |
| HSL | 137.5º | 0.32% | 0.56% | - |
| HSV(B) | 137.5º | 0.4% | 0.7% | - |
| XYZ | 25.7 | 36.44 | 25.76 | - |
| YUV | 150.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 127 | 0.40 | 0 | 0.29 | 0.30 | 137.5 | 0.32 | 0.56 |
| Hex | 6A | B2 | 7F | 28 | 0 | 1D | 1E | 8A | 20 | 38 |
| Octal | 152 | 262 | 177 | 50 | 0 | 35 | 36 | 212 | 40 | 70 |
| Binary | 1101010 | 10110010 | 1111111 | 101000 | 0 | 11101 | 11110 | 10001010 | 100000 | 111000 |
Color Harmonies of #6AB27F
Complementary color
Monochromatic Colors of #6AB27F
Black with #6AB27F
Text Example
Text Example
White with #6AB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB27F; }
p { color: rgb(106,178,127); }
H1.HeaderClassName
{
color: #6AB27F;
}
.AnyTagClassName
{
color: #6AB27F;
}
</style>
background-color css
<style>
a { background-color: #6AB27F; }
a { background-color: rgb(106,178,127); }
div.DivClassName
{
background-color: #6AB27F;
}
.BgClassName
{
background-color: #6AB27F;
}
</style>
border-color css
<style>
span { border-color: #6AB27F; }
span { border-color: rgb(106,178,127); }
td.TdClassName
{
border-color: #6AB27F;
}
.TagClassName
{
border-color: #6AB27F;
}
</style>