Shades of Bay Leaf #6FB28A
Tints of Bay Leaf #6FB28A
RGB
CMYK
RGB Variations
Color information
#6FB28A (or 0x6FB28A) is known color: Bay Leaf. HEX triplet: 6F, B2 and 8A. RGB value is (111,178,138). Sum of RGB (Red+Green+Blue) = 111+178+138=427 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.00% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB28A is #904D75. Grayscale: #999999. Windows color (decimal): -9457014 or 9089647. OLE color: 9089647.
HSL color Cylindrical-coordinate representation of color #6FB28A: hue angle of 144.18º 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 #6FB28A is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 111 | 178 | 138 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.30 |
| HSL | 144.18º | 0.3% | 0.57% | - |
| HSV(B) | 144.18º | 0.38% | 0.7% | - |
| XYZ | 27.06 | 37.06 | 29.77 | - |
| YUV | 153.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 178 | 138 | 0.38 | 0 | 0.22 | 0.30 | 144.18 | 0.3 | 0.57 |
| Hex | 6F | B2 | 8A | 26 | 0 | 16 | 1E | 90 | 1E | 39 |
| Octal | 157 | 262 | 212 | 46 | 0 | 26 | 36 | 220 | 36 | 71 |
| Binary | 1101111 | 10110010 | 10001010 | 100110 | 0 | 10110 | 11110 | 10010000 | 11110 | 111001 |
Color Harmonies of #6FB28A
Complementary color
Monochromatic Colors of #6FB28A
Black with #6FB28A
Text Example
Text Example
White with #6FB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FB28A; }
p { color: rgb(111,178,138); }
H1.HeaderClassName
{
color: #6FB28A;
}
.AnyTagClassName
{
color: #6FB28A;
}
</style>
background-color css
<style>
a { background-color: #6FB28A; }
a { background-color: rgb(111,178,138); }
div.DivClassName
{
background-color: #6FB28A;
}
.BgClassName
{
background-color: #6FB28A;
}
</style>
border-color css
<style>
span { border-color: #6FB28A; }
span { border-color: rgb(111,178,138); }
td.TdClassName
{
border-color: #6FB28A;
}
.TagClassName
{
border-color: #6FB28A;
}
</style>