Shades of Bay Leaf #7FBC90
Tints of Bay Leaf #7FBC90
RGB
CMYK
RGB Variations
Color information
#7FBC90 (or 0x7FBC90) is known color: Bay Leaf. HEX triplet: 7F, BC and 90. RGB value is (127,188,144). Sum of RGB (Red+Green+Blue) = 127+188+144=459 (60% of max value = 765). Red value is 127 (50% from 255 or 27.67% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC90 is #80436F. Grayscale: #A4A4A4. Windows color (decimal): -8405872 or 9485439. OLE color: 9485439.
HSL color Cylindrical-coordinate representation of color #7FBC90: hue angle of 136.72º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC90 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 144 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.26 |
| HSL | 136.72º | 0.31% | 0.62% | - |
| HSV(B) | 136.72º | 0.32% | 0.74% | - |
| XYZ | 31.77 | 42.49 | 32.91 | - |
| YUV | 164.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 144 | 0.32 | 0 | 0.23 | 0.26 | 136.72 | 0.31 | 0.62 |
| Hex | 7F | BC | 90 | 20 | 0 | 17 | 1A | 89 | 1F | 3E |
| Octal | 177 | 274 | 220 | 40 | 0 | 27 | 32 | 211 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10010000 | 100000 | 0 | 10111 | 11010 | 10001001 | 11111 | 111110 |
Color Harmonies of #7FBC90
Complementary color
Monochromatic Colors of #7FBC90
Black with #7FBC90
Text Example
Text Example
White with #7FBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC90; }
p { color: rgb(127,188,144); }
H1.HeaderClassName
{
color: #7FBC90;
}
.AnyTagClassName
{
color: #7FBC90;
}
</style>
background-color css
<style>
a { background-color: #7FBC90; }
a { background-color: rgb(127,188,144); }
div.DivClassName
{
background-color: #7FBC90;
}
.BgClassName
{
background-color: #7FBC90;
}
</style>
border-color css
<style>
span { border-color: #7FBC90; }
span { border-color: rgb(127,188,144); }
td.TdClassName
{
border-color: #7FBC90;
}
.TagClassName
{
border-color: #7FBC90;
}
</style>