Shades of Bay Leaf #7FB28A
Tints of Bay Leaf #7FB28A
RGB
CMYK
RGB Variations
Color information
#7FB28A (or 0x7FB28A) is known color: Bay Leaf. HEX triplet: 7F, B2 and 8A. RGB value is (127,178,138). Sum of RGB (Red+Green+Blue) = 127+178+138=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB28A is #804D75. Grayscale: #9E9E9E. Windows color (decimal): -8408438 or 9089663. OLE color: 9089663.
HSL color Cylindrical-coordinate representation of color #7FB28A: hue angle of 132.94º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB28A is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 178 | 138 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.30 |
| HSL | 132.94º | 0.25% | 0.6% | - |
| HSV(B) | 132.94º | 0.29% | 0.7% | - |
| XYZ | 29.26 | 38.19 | 29.87 | - |
| YUV | 158.19 | 116.6 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 138 | 0.29 | 0 | 0.22 | 0.30 | 132.94 | 0.25 | 0.6 |
| Hex | 7F | B2 | 8A | 1D | 0 | 16 | 1E | 85 | 19 | 3C |
| Octal | 177 | 262 | 212 | 35 | 0 | 26 | 36 | 205 | 31 | 74 |
| Binary | 1111111 | 10110010 | 10001010 | 11101 | 0 | 10110 | 11110 | 10000101 | 11001 | 111100 |
Color Harmonies of #7FB28A
Complementary color
Monochromatic Colors of #7FB28A
Black with #7FB28A
Text Example
Text Example
White with #7FB28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB28A; }
p { color: rgb(127,178,138); }
H1.HeaderClassName
{
color: #7FB28A;
}
.AnyTagClassName
{
color: #7FB28A;
}
</style>
background-color css
<style>
a { background-color: #7FB28A; }
a { background-color: rgb(127,178,138); }
div.DivClassName
{
background-color: #7FB28A;
}
.BgClassName
{
background-color: #7FB28A;
}
</style>
border-color css
<style>
span { border-color: #7FB28A; }
span { border-color: rgb(127,178,138); }
td.TdClassName
{
border-color: #7FB28A;
}
.TagClassName
{
border-color: #7FB28A;
}
</style>