Shades of Bay Leaf #7BB682
Tints of Bay Leaf #7BB682
RGB
CMYK
RGB Variations
Color information
#7BB682 (or 0x7BB682) is known color: Bay Leaf. HEX triplet: 7B, B6 and 82. RGB value is (123,182,130). Sum of RGB (Red+Green+Blue) = 123+182+130=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB682 is #84497D. Grayscale: #9E9E9E. Windows color (decimal): -8669566 or 8566395. OLE color: 8566395.
HSL color Cylindrical-coordinate representation of color #7BB682: hue angle of 127.12º 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 #7BB682 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 182 | 130 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.29 |
| HSL | 127.12º | 0.29% | 0.6% | - |
| HSV(B) | 127.12º | 0.32% | 0.71% | - |
| XYZ | 28.93 | 39.28 | 27.18 | - |
| YUV | 158.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 182 | 130 | 0.32 | 0 | 0.29 | 0.29 | 127.12 | 0.29 | 0.6 |
| Hex | 7B | B6 | 82 | 20 | 0 | 1D | 1D | 7F | 1D | 3C |
| Octal | 173 | 266 | 202 | 40 | 0 | 35 | 35 | 177 | 35 | 74 |
| Binary | 1111011 | 10110110 | 10000010 | 100000 | 0 | 11101 | 11101 | 1111111 | 11101 | 111100 |
Color Harmonies of #7BB682
Complementary color
Monochromatic Colors of #7BB682
Black with #7BB682
Text Example
Text Example
White with #7BB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB682; }
p { color: rgb(123,182,130); }
H1.HeaderClassName
{
color: #7BB682;
}
.AnyTagClassName
{
color: #7BB682;
}
</style>
background-color css
<style>
a { background-color: #7BB682; }
a { background-color: rgb(123,182,130); }
div.DivClassName
{
background-color: #7BB682;
}
.BgClassName
{
background-color: #7BB682;
}
</style>
border-color css
<style>
span { border-color: #7BB682; }
span { border-color: rgb(123,182,130); }
td.TdClassName
{
border-color: #7BB682;
}
.TagClassName
{
border-color: #7BB682;
}
</style>