Shades of Bay Leaf #7BB285
Tints of Bay Leaf #7BB285
RGB
CMYK
RGB Variations
Color information
#7BB285 (or 0x7BB285) is known color: Bay Leaf. HEX triplet: 7B, B2 and 85. RGB value is (123,178,133). Sum of RGB (Red+Green+Blue) = 123+178+133=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 178 - color contains mainly: green. Hex color #7BB285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB285 is #844D7A. Grayscale: #9C9C9C. Windows color (decimal): -8670587 or 8761979. OLE color: 8761979.
HSL color Cylindrical-coordinate representation of color #7BB285: hue angle of 130.91º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7BB285 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 123 | 178 | 133 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.30 |
| HSL | 130.91º | 0.26% | 0.59% | - |
| HSV(B) | 130.91º | 0.31% | 0.7% | - |
| XYZ | 28.32 | 37.75 | 27.98 | - |
| YUV | 156.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 178 | 133 | 0.31 | 0 | 0.25 | 0.30 | 130.91 | 0.26 | 0.59 |
| Hex | 7B | B2 | 85 | 1F | 0 | 19 | 1E | 83 | 1A | 3B |
| Octal | 173 | 262 | 205 | 37 | 0 | 31 | 36 | 203 | 32 | 73 |
| Binary | 1111011 | 10110010 | 10000101 | 11111 | 0 | 11001 | 11110 | 10000011 | 11010 | 111011 |
Color Harmonies of #7BB285
Complementary color
Monochromatic Colors of #7BB285
Black with #7BB285
Text Example
Text Example
White with #7BB285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB285; }
p { color: rgb(123,178,133); }
H1.HeaderClassName
{
color: #7BB285;
}
.AnyTagClassName
{
color: #7BB285;
}
</style>
background-color css
<style>
a { background-color: #7BB285; }
a { background-color: rgb(123,178,133); }
div.DivClassName
{
background-color: #7BB285;
}
.BgClassName
{
background-color: #7BB285;
}
</style>
border-color css
<style>
span { border-color: #7BB285; }
span { border-color: rgb(123,178,133); }
td.TdClassName
{
border-color: #7BB285;
}
.TagClassName
{
border-color: #7BB285;
}
</style>