Shades of Bay Leaf #7BB684
Tints of Bay Leaf #7BB684
RGB
CMYK
RGB Variations
Color information
#7BB684 (or 0x7BB684) is known color: Bay Leaf. HEX triplet: 7B, B6 and 84. RGB value is (123,182,132). Sum of RGB (Red+Green+Blue) = 123+182+132=437 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.15% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 132 (51.95% from 255 or 30.21% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB684 is #84497B. Grayscale: #9E9E9E. Windows color (decimal): -8669564 or 8697467. OLE color: 8697467.
HSL color Cylindrical-coordinate representation of color #7BB684: hue angle of 129.15º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB684 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 182 | 132 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.29 |
| HSL | 129.15º | 0.29% | 0.6% | - |
| HSV(B) | 129.15º | 0.32% | 0.71% | - |
| XYZ | 29.06 | 39.33 | 27.89 | - |
| YUV | 158.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 182 | 132 | 0.32 | 0 | 0.27 | 0.29 | 129.15 | 0.29 | 0.6 |
| Hex | 7B | B6 | 84 | 20 | 0 | 1B | 1D | 81 | 1D | 3C |
| Octal | 173 | 266 | 204 | 40 | 0 | 33 | 35 | 201 | 35 | 74 |
| Binary | 1111011 | 10110110 | 10000100 | 100000 | 0 | 11011 | 11101 | 10000001 | 11101 | 111100 |
Color Harmonies of #7BB684
Complementary color
Monochromatic Colors of #7BB684
Black with #7BB684
Text Example
Text Example
White with #7BB684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB684; }
p { color: rgb(123,182,132); }
H1.HeaderClassName
{
color: #7BB684;
}
.AnyTagClassName
{
color: #7BB684;
}
</style>
background-color css
<style>
a { background-color: #7BB684; }
a { background-color: rgb(123,182,132); }
div.DivClassName
{
background-color: #7BB684;
}
.BgClassName
{
background-color: #7BB684;
}
</style>
border-color css
<style>
span { border-color: #7BB684; }
span { border-color: rgb(123,182,132); }
td.TdClassName
{
border-color: #7BB684;
}
.TagClassName
{
border-color: #7BB684;
}
</style>