Shades of Bay Leaf #7BB07F
Tints of Bay Leaf #7BB07F
RGB
CMYK
RGB Variations
Color information
#7BB07F (or 0x7BB07F) is known color: Bay Leaf. HEX triplet: 7B, B0 and 7F. RGB value is (123,176,127). Sum of RGB (Red+Green+Blue) = 123+176+127=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BB07F is #844F80. Grayscale: #9A9A9A. Windows color (decimal): -8671105 or 8368251. OLE color: 8368251.
HSL color Cylindrical-coordinate representation of color #7BB07F: hue angle of 124.53º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BB07F is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 176 | 127 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.31 |
| HSL | 124.53º | 0.25% | 0.59% | - |
| HSV(B) | 124.53º | 0.3% | 0.69% | - |
| XYZ | 27.52 | 36.79 | 25.73 | - |
| YUV | 154.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 176 | 127 | 0.30 | 0 | 0.28 | 0.31 | 124.53 | 0.25 | 0.59 |
| Hex | 7B | B0 | 7F | 1E | 0 | 1C | 1F | 7D | 19 | 3B |
| Octal | 173 | 260 | 177 | 36 | 0 | 34 | 37 | 175 | 31 | 73 |
| Binary | 1111011 | 10110000 | 1111111 | 11110 | 0 | 11100 | 11111 | 1111101 | 11001 | 111011 |
Color Harmonies of #7BB07F
Complementary color
Monochromatic Colors of #7BB07F
Black with #7BB07F
Text Example
Text Example
White with #7BB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB07F; }
p { color: rgb(123,176,127); }
H1.HeaderClassName
{
color: #7BB07F;
}
.AnyTagClassName
{
color: #7BB07F;
}
</style>
background-color css
<style>
a { background-color: #7BB07F; }
a { background-color: rgb(123,176,127); }
div.DivClassName
{
background-color: #7BB07F;
}
.BgClassName
{
background-color: #7BB07F;
}
</style>
border-color css
<style>
span { border-color: #7BB07F; }
span { border-color: rgb(123,176,127); }
td.TdClassName
{
border-color: #7BB07F;
}
.TagClassName
{
border-color: #7BB07F;
}
</style>