Shades of Bay Leaf #6FB28C
Tints of Bay Leaf #6FB28C
RGB
CMYK
RGB Variations
Color information
#6FB28C (or 0x6FB28C) is known color: Bay Leaf. HEX triplet: 6F, B2 and 8C. RGB value is (111,178,140). Sum of RGB (Red+Green+Blue) = 111+178+140=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB28C is #904D73. Grayscale: #999999. Windows color (decimal): -9457012 or 9220719. OLE color: 9220719.
HSL color Cylindrical-coordinate representation of color #6FB28C: hue angle of 145.97º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB28C is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 140 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.30 |
| HSL | 145.97º | 0.3% | 0.57% | - |
| HSV(B) | 145.97º | 0.38% | 0.7% | - |
| XYZ | 27.21 | 37.11 | 30.54 | - |
| YUV | 153.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 140 | 0.38 | 0 | 0.21 | 0.30 | 145.97 | 0.3 | 0.57 |
| Hex | 6F | B2 | 8C | 26 | 0 | 15 | 1E | 92 | 1E | 39 |
| Octal | 157 | 262 | 214 | 46 | 0 | 25 | 36 | 222 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10001100 | 100110 | 0 | 10101 | 11110 | 10010010 | 11110 | 111001 |
Color Harmonies of #6FB28C
Complementary color
Monochromatic Colors of #6FB28C
Black with #6FB28C
Text Example
Text Example
White with #6FB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB28C; }
p { color: rgb(111,178,140); }
H1.HeaderClassName
{
color: #6FB28C;
}
.AnyTagClassName
{
color: #6FB28C;
}
</style>
background-color css
<style>
a { background-color: #6FB28C; }
a { background-color: rgb(111,178,140); }
div.DivClassName
{
background-color: #6FB28C;
}
.BgClassName
{
background-color: #6FB28C;
}
</style>
border-color css
<style>
span { border-color: #6FB28C; }
span { border-color: rgb(111,178,140); }
td.TdClassName
{
border-color: #6FB28C;
}
.TagClassName
{
border-color: #6FB28C;
}
</style>