Shades of Bay Leaf #7CBF90
Tints of Bay Leaf #7CBF90
RGB
CMYK
RGB Variations
Color information
#7CBF90 (or 0x7CBF90) is known color: Bay Leaf. HEX triplet: 7C, BF and 90. RGB value is (124,191,144). Sum of RGB (Red+Green+Blue) = 124+191+144=459 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.02% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF90 is #83406F. Grayscale: #A5A5A5. Windows color (decimal): -8601712 or 9486204. OLE color: 9486204.
HSL color Cylindrical-coordinate representation of color #7CBF90: hue angle of 137.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CBF90 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 144 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.25 |
| HSL | 137.91º | 0.34% | 0.62% | - |
| HSV(B) | 137.91º | 0.35% | 0.75% | - |
| XYZ | 31.98 | 43.56 | 33.11 | - |
| YUV | 165.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 144 | 0.35 | 0 | 0.25 | 0.25 | 137.91 | 0.34 | 0.62 |
| Hex | 7C | BF | 90 | 23 | 0 | 19 | 19 | 8A | 22 | 3E |
| Octal | 174 | 277 | 220 | 43 | 0 | 31 | 31 | 212 | 42 | 76 |
| Binary | 1111100 | 10111111 | 10010000 | 100011 | 0 | 11001 | 11001 | 10001010 | 100010 | 111110 |
Color Harmonies of #7CBF90
Complementary color
Monochromatic Colors of #7CBF90
Black with #7CBF90
Text Example
Text Example
White with #7CBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF90; }
p { color: rgb(124,191,144); }
H1.HeaderClassName
{
color: #7CBF90;
}
.AnyTagClassName
{
color: #7CBF90;
}
</style>
background-color css
<style>
a { background-color: #7CBF90; }
a { background-color: rgb(124,191,144); }
div.DivClassName
{
background-color: #7CBF90;
}
.BgClassName
{
background-color: #7CBF90;
}
</style>
border-color css
<style>
span { border-color: #7CBF90; }
span { border-color: rgb(124,191,144); }
td.TdClassName
{
border-color: #7CBF90;
}
.TagClassName
{
border-color: #7CBF90;
}
</style>