Shades of Bay Leaf #6BB17E
Tints of Bay Leaf #6BB17E
RGB
CMYK
RGB Variations
Color information
#6BB17E (or 0x6BB17E) is known color: Bay Leaf. HEX triplet: 6B, B1 and 7E. RGB value is (107,177,126). Sum of RGB (Red+Green+Blue) = 107+177+126=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB17E is #944E81. Grayscale: #969696. Windows color (decimal): -9719426 or 8302955. OLE color: 8302955.
HSL color Cylindrical-coordinate representation of color #6BB17E: hue angle of 136.29º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB17E is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 177 | 126 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.31 |
| HSL | 136.29º | 0.31% | 0.56% | - |
| HSV(B) | 136.29º | 0.4% | 0.69% | - |
| XYZ | 25.55 | 36.08 | 25.36 | - |
| YUV | 150.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 177 | 126 | 0.40 | 0 | 0.29 | 0.31 | 136.29 | 0.31 | 0.56 |
| Hex | 6B | B1 | 7E | 28 | 0 | 1D | 1F | 88 | 1F | 38 |
| Octal | 153 | 261 | 176 | 50 | 0 | 35 | 37 | 210 | 37 | 70 |
| Binary | 1101011 | 10110001 | 1111110 | 101000 | 0 | 11101 | 11111 | 10001000 | 11111 | 111000 |
Color Harmonies of #6BB17E
Complementary color
Monochromatic Colors of #6BB17E
Black with #6BB17E
Text Example
Text Example
White with #6BB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB17E; }
p { color: rgb(107,177,126); }
H1.HeaderClassName
{
color: #6BB17E;
}
.AnyTagClassName
{
color: #6BB17E;
}
</style>
background-color css
<style>
a { background-color: #6BB17E; }
a { background-color: rgb(107,177,126); }
div.DivClassName
{
background-color: #6BB17E;
}
.BgClassName
{
background-color: #6BB17E;
}
</style>
border-color css
<style>
span { border-color: #6BB17E; }
span { border-color: rgb(107,177,126); }
td.TdClassName
{
border-color: #6BB17E;
}
.TagClassName
{
border-color: #6BB17E;
}
</style>