Shades of Bay Leaf #7BBC8C
Tints of Bay Leaf #7BBC8C
RGB
CMYK
RGB Variations
Color information
#7BBC8C (or 0x7BBC8C) is known color: Bay Leaf. HEX triplet: 7B, BC and 8C. RGB value is (123,188,140). Sum of RGB (Red+Green+Blue) = 123+188+140=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #7BBC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBC8C is #844373. Grayscale: #A3A3A3. Windows color (decimal): -8668020 or 9223291. OLE color: 9223291.
HSL color Cylindrical-coordinate representation of color #7BBC8C: hue angle of 135.69º 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 #7BBC8C is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
RGB | 123 | 188 | 140 | - |
CMYK | 0.35 | 0 | 0.26 | 0.26 |
HSL | 135.69º | 0.33% | 0.61% | - |
HSV(B) | 135.69º | 0.35% | 0.74% | - |
XYZ | 30.89 | 42.07 | 31.3 | - |
YUV | 163.09 | 114.97 | 99.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 188 | 140 | 0.35 | 0 | 0.26 | 0.26 | 135.69 | 0.33 | 0.61 |
Hex | 7B | BC | 8C | 23 | 0 | 1A | 1A | 88 | 21 | 3D |
Octal | 173 | 274 | 214 | 43 | 0 | 32 | 32 | 210 | 41 | 75 |
Binary | 1111011 | 10111100 | 10001100 | 100011 | 0 | 11010 | 11010 | 10001000 | 100001 | 111101 |
Color Harmonies of #7BBC8C
Complementary color
Monochromatic Colors of #7BBC8C
Black with #7BBC8C
Text Example
Text Example
White with #7BBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BBC8C; }
p { color: rgb(123,188,140); }
H1.HeaderClassName
{
color: #7BBC8C;
}
.AnyTagClassName
{
color: #7BBC8C;
}
</style>
background-color css
<style>
a { background-color: #7BBC8C; }
a { background-color: rgb(123,188,140); }
div.DivClassName
{
background-color: #7BBC8C;
}
.BgClassName
{
background-color: #7BBC8C;
}
</style>
border-color css
<style>
span { border-color: #7BBC8C; }
span { border-color: rgb(123,188,140); }
td.TdClassName
{
border-color: #7BBC8C;
}
.TagClassName
{
border-color: #7BBC8C;
}
</style>