Shades of Bay Leaf #7BC28C
Tints of Bay Leaf #7BC28C
RGB
CMYK
RGB Variations
Color information
#7BC28C (or 0x7BC28C) is known color: Bay Leaf. HEX triplet: 7B, C2 and 8C. RGB value is (123,194,140). Sum of RGB (Red+Green+Blue) = 123+194+140=457 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.91% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC28C is #843D73. Grayscale: #A6A6A6. Windows color (decimal): -8666484 or 9224827. OLE color: 9224827.
HSL color Cylindrical-coordinate representation of color #7BC28C: hue angle of 134.37º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC28C is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 140 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.24 |
| HSL | 134.37º | 0.37% | 0.62% | - |
| HSV(B) | 134.37º | 0.37% | 0.76% | - |
| XYZ | 32.19 | 44.69 | 31.74 | - |
| YUV | 166.62 | 112.98 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 140 | 0.37 | 0 | 0.28 | 0.24 | 134.37 | 0.37 | 0.62 |
| Hex | 7B | C2 | 8C | 25 | 0 | 1C | 18 | 86 | 25 | 3E |
| Octal | 173 | 302 | 214 | 45 | 0 | 34 | 30 | 206 | 45 | 76 |
| Binary | 1111011 | 11000010 | 10001100 | 100101 | 0 | 11100 | 11000 | 10000110 | 100101 | 111110 |
Color Harmonies of #7BC28C
Complementary color
Monochromatic Colors of #7BC28C
Black with #7BC28C
Text Example
Text Example
White with #7BC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC28C; }
p { color: rgb(123,194,140); }
H1.HeaderClassName
{
color: #7BC28C;
}
.AnyTagClassName
{
color: #7BC28C;
}
</style>
background-color css
<style>
a { background-color: #7BC28C; }
a { background-color: rgb(123,194,140); }
div.DivClassName
{
background-color: #7BC28C;
}
.BgClassName
{
background-color: #7BC28C;
}
</style>
border-color css
<style>
span { border-color: #7BC28C; }
span { border-color: rgb(123,194,140); }
td.TdClassName
{
border-color: #7BC28C;
}
.TagClassName
{
border-color: #7BC28C;
}
</style>