Shades of Bay Leaf #7BB68A
Tints of Bay Leaf #7BB68A
RGB
CMYK
RGB Variations
Color information
#7BB68A (or 0x7BB68A) is known color: Bay Leaf. HEX triplet: 7B, B6 and 8A. RGB value is (123,182,138). Sum of RGB (Red+Green+Blue) = 123+182+138=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #7BB68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB68A is #844975. Grayscale: #9F9F9F. Windows color (decimal): -8669558 or 9090683. OLE color: 9090683.
HSL color Cylindrical-coordinate representation of color #7BB68A: hue angle of 135.25º 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 #7BB68A is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 182 | 138 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.29 |
| HSL | 135.25º | 0.29% | 0.6% | - |
| HSV(B) | 135.25º | 0.32% | 0.71% | - |
| XYZ | 29.48 | 39.5 | 30.12 | - |
| YUV | 159.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 182 | 138 | 0.32 | 0 | 0.24 | 0.29 | 135.25 | 0.29 | 0.6 |
| Hex | 7B | B6 | 8A | 20 | 0 | 18 | 1D | 87 | 1D | 3C |
| Octal | 173 | 266 | 212 | 40 | 0 | 30 | 35 | 207 | 35 | 74 |
| Binary | 1111011 | 10110110 | 10001010 | 100000 | 0 | 11000 | 11101 | 10000111 | 11101 | 111100 |
Color Harmonies of #7BB68A
Complementary color
Monochromatic Colors of #7BB68A
Black with #7BB68A
Text Example
Text Example
White with #7BB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB68A; }
p { color: rgb(123,182,138); }
H1.HeaderClassName
{
color: #7BB68A;
}
.AnyTagClassName
{
color: #7BB68A;
}
</style>
background-color css
<style>
a { background-color: #7BB68A; }
a { background-color: rgb(123,182,138); }
div.DivClassName
{
background-color: #7BB68A;
}
.BgClassName
{
background-color: #7BB68A;
}
</style>
border-color css
<style>
span { border-color: #7BB68A; }
span { border-color: rgb(123,182,138); }
td.TdClassName
{
border-color: #7BB68A;
}
.TagClassName
{
border-color: #7BB68A;
}
</style>