Shades of Bay Leaf #7BC18A
Tints of Bay Leaf #7BC18A
RGB
CMYK
RGB Variations
Color information
#7BC18A (or 0x7BC18A) is known color: Bay Leaf. HEX triplet: 7B, C1 and 8A. RGB value is (123,193,138). Sum of RGB (Red+Green+Blue) = 123+193+138=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC18A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC18A is #843E75. Grayscale: #A5A5A5. Windows color (decimal): -8666742 or 9093499. OLE color: 9093499.
HSL color Cylindrical-coordinate representation of color #7BC18A: hue angle of 132.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC18A is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 138 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.24 |
| HSL | 132.86º | 0.36% | 0.62% | - |
| HSV(B) | 132.86º | 0.36% | 0.76% | - |
| XYZ | 31.83 | 44.19 | 30.9 | - |
| YUV | 165.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 138 | 0.36 | 0 | 0.28 | 0.24 | 132.86 | 0.36 | 0.62 |
| Hex | 7B | C1 | 8A | 24 | 0 | 1C | 18 | 85 | 24 | 3E |
| Octal | 173 | 301 | 212 | 44 | 0 | 34 | 30 | 205 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10001010 | 100100 | 0 | 11100 | 11000 | 10000101 | 100100 | 111110 |
Color Harmonies of #7BC18A
Complementary color
Monochromatic Colors of #7BC18A
Black with #7BC18A
Text Example
Text Example
White with #7BC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC18A; }
p { color: rgb(123,193,138); }
H1.HeaderClassName
{
color: #7BC18A;
}
.AnyTagClassName
{
color: #7BC18A;
}
</style>
background-color css
<style>
a { background-color: #7BC18A; }
a { background-color: rgb(123,193,138); }
div.DivClassName
{
background-color: #7BC18A;
}
.BgClassName
{
background-color: #7BC18A;
}
</style>
border-color css
<style>
span { border-color: #7BC18A; }
span { border-color: rgb(123,193,138); }
td.TdClassName
{
border-color: #7BC18A;
}
.TagClassName
{
border-color: #7BC18A;
}
</style>