Shades of Bay Leaf #6AB77F
Tints of Bay Leaf #6AB77F
RGB
CMYK
RGB Variations
Color information
#6AB77F (or 0x6AB77F) is known color: Bay Leaf. HEX triplet: 6A, B7 and 7F. RGB value is (106,183,127). Sum of RGB (Red+Green+Blue) = 106+183+127=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 183 - color contains mainly: green. Hex color #6AB77F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB77F is #954880. Grayscale: #999999. Windows color (decimal): -9783425 or 8370026. OLE color: 8370026.
HSL color Cylindrical-coordinate representation of color #6AB77F: hue angle of 136.36º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6AB77F is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 106 | 183 | 127 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.28 |
| HSL | 136.36º | 0.35% | 0.57% | - |
| HSV(B) | 136.36º | 0.42% | 0.72% | - |
| XYZ | 26.71 | 38.46 | 26.1 | - |
| YUV | 153.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 183 | 127 | 0.42 | 0 | 0.31 | 0.28 | 136.36 | 0.35 | 0.57 |
| Hex | 6A | B7 | 7F | 2A | 0 | 1F | 1C | 88 | 23 | 39 |
| Octal | 152 | 267 | 177 | 52 | 0 | 37 | 34 | 210 | 43 | 71 |
| Binary | 1101010 | 10110111 | 1111111 | 101010 | 0 | 11111 | 11100 | 10001000 | 100011 | 111001 |
Color Harmonies of #6AB77F
Complementary color
Monochromatic Colors of #6AB77F
Black with #6AB77F
Text Example
Text Example
White with #6AB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB77F; }
p { color: rgb(106,183,127); }
H1.HeaderClassName
{
color: #6AB77F;
}
.AnyTagClassName
{
color: #6AB77F;
}
</style>
background-color css
<style>
a { background-color: #6AB77F; }
a { background-color: rgb(106,183,127); }
div.DivClassName
{
background-color: #6AB77F;
}
.BgClassName
{
background-color: #6AB77F;
}
</style>
border-color css
<style>
span { border-color: #6AB77F; }
span { border-color: rgb(106,183,127); }
td.TdClassName
{
border-color: #6AB77F;
}
.TagClassName
{
border-color: #6AB77F;
}
</style>