Shades of Bay Leaf #7BC08D
Tints of Bay Leaf #7BC08D
RGB
CMYK
RGB Variations
Color information
#7BC08D (or 0x7BC08D) is known color: Bay Leaf. HEX triplet: 7B, C0 and 8D. RGB value is (123,192,141). Sum of RGB (Red+Green+Blue) = 123+192+141=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC08D is #843F72. Grayscale: #A5A5A5. Windows color (decimal): -8666995 or 9289851. OLE color: 9289851.
HSL color Cylindrical-coordinate representation of color #7BC08D: hue angle of 135.65º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC08D is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 192 | 141 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.25 |
| HSL | 135.65º | 0.35% | 0.62% | - |
| HSV(B) | 135.65º | 0.36% | 0.75% | - |
| XYZ | 31.83 | 43.83 | 31.98 | - |
| YUV | 165.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 192 | 141 | 0.36 | 0 | 0.27 | 0.25 | 135.65 | 0.35 | 0.62 |
| Hex | 7B | C0 | 8D | 24 | 0 | 1B | 19 | 88 | 23 | 3E |
| Octal | 173 | 300 | 215 | 44 | 0 | 33 | 31 | 210 | 43 | 76 |
| Binary | 1111011 | 11000000 | 10001101 | 100100 | 0 | 11011 | 11001 | 10001000 | 100011 | 111110 |
Color Harmonies of #7BC08D
Complementary color
Monochromatic Colors of #7BC08D
Black with #7BC08D
Text Example
Text Example
White with #7BC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC08D; }
p { color: rgb(123,192,141); }
H1.HeaderClassName
{
color: #7BC08D;
}
.AnyTagClassName
{
color: #7BC08D;
}
</style>
background-color css
<style>
a { background-color: #7BC08D; }
a { background-color: rgb(123,192,141); }
div.DivClassName
{
background-color: #7BC08D;
}
.BgClassName
{
background-color: #7BC08D;
}
</style>
border-color css
<style>
span { border-color: #7BC08D; }
span { border-color: rgb(123,192,141); }
td.TdClassName
{
border-color: #7BC08D;
}
.TagClassName
{
border-color: #7BC08D;
}
</style>