Shades of Bay Leaf #7FB28C
Tints of Bay Leaf #7FB28C
RGB
CMYK
RGB Variations
Color information
#7FB28C (or 0x7FB28C) is known color: Bay Leaf. HEX triplet: 7F, B2 and 8C. RGB value is (127,178,140). Sum of RGB (Red+Green+Blue) = 127+178+140=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB28C is #804D73. Grayscale: #9E9E9E. Windows color (decimal): -8408436 or 9220735. OLE color: 9220735.
HSL color Cylindrical-coordinate representation of color #7FB28C: hue angle of 135.29º 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 #7FB28C is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 127 | 178 | 140 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.30 |
| HSL | 135.29º | 0.25% | 0.6% | - |
| HSV(B) | 135.29º | 0.29% | 0.7% | - |
| XYZ | 29.41 | 38.25 | 30.64 | - |
| YUV | 158.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 178 | 140 | 0.29 | 0 | 0.21 | 0.30 | 135.29 | 0.25 | 0.6 |
| Hex | 7F | B2 | 8C | 1D | 0 | 15 | 1E | 87 | 19 | 3C |
| Octal | 177 | 262 | 214 | 35 | 0 | 25 | 36 | 207 | 31 | 74 |
| Binary | 1111111 | 10110010 | 10001100 | 11101 | 0 | 10101 | 11110 | 10000111 | 11001 | 111100 |
Color Harmonies of #7FB28C
Complementary color
Monochromatic Colors of #7FB28C
Black with #7FB28C
Text Example
Text Example
White with #7FB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FB28C; }
p { color: rgb(127,178,140); }
H1.HeaderClassName
{
color: #7FB28C;
}
.AnyTagClassName
{
color: #7FB28C;
}
</style>
background-color css
<style>
a { background-color: #7FB28C; }
a { background-color: rgb(127,178,140); }
div.DivClassName
{
background-color: #7FB28C;
}
.BgClassName
{
background-color: #7FB28C;
}
</style>
border-color css
<style>
span { border-color: #7FB28C; }
span { border-color: rgb(127,178,140); }
td.TdClassName
{
border-color: #7FB28C;
}
.TagClassName
{
border-color: #7FB28C;
}
</style>