Shades of Bay Leaf #7BBC8F
Tints of Bay Leaf #7BBC8F
RGB
CMYK
RGB Variations
Color information
#7BBC8F (or 0x7BBC8F) is known color: Bay Leaf. HEX triplet: 7B, BC and 8F. RGB value is (123,188,143). Sum of RGB (Red+Green+Blue) = 123+188+143=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 143 (56.25% from 255 or 31.50% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC8F is #844370. Grayscale: #A3A3A3. Windows color (decimal): -8668017 or 9419899. OLE color: 9419899.
HSL color Cylindrical-coordinate representation of color #7BBC8F: hue angle of 138.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BBC8F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 188 | 143 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.26 |
| HSL | 138.46º | 0.33% | 0.61% | - |
| HSV(B) | 138.46º | 0.35% | 0.74% | - |
| XYZ | 31.11 | 42.16 | 32.48 | - |
| YUV | 163.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 188 | 143 | 0.35 | 0 | 0.24 | 0.26 | 138.46 | 0.33 | 0.61 |
| Hex | 7B | BC | 8F | 23 | 0 | 18 | 1A | 8A | 21 | 3D |
| Octal | 173 | 274 | 217 | 43 | 0 | 30 | 32 | 212 | 41 | 75 |
| Binary | 1111011 | 10111100 | 10001111 | 100011 | 0 | 11000 | 11010 | 10001010 | 100001 | 111101 |
Color Harmonies of #7BBC8F
Complementary color
Monochromatic Colors of #7BBC8F
Black with #7BBC8F
Text Example
Text Example
White with #7BBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC8F; }
p { color: rgb(123,188,143); }
H1.HeaderClassName
{
color: #7BBC8F;
}
.AnyTagClassName
{
color: #7BBC8F;
}
</style>
background-color css
<style>
a { background-color: #7BBC8F; }
a { background-color: rgb(123,188,143); }
div.DivClassName
{
background-color: #7BBC8F;
}
.BgClassName
{
background-color: #7BBC8F;
}
</style>
border-color css
<style>
span { border-color: #7BBC8F; }
span { border-color: rgb(123,188,143); }
td.TdClassName
{
border-color: #7BBC8F;
}
.TagClassName
{
border-color: #7BBC8F;
}
</style>