Shades of Bay Leaf #7BAF84
Tints of Bay Leaf #7BAF84
RGB
CMYK
RGB Variations
Color information
#7BAF84 (or 0x7BAF84) is known color: Bay Leaf. HEX triplet: 7B, AF and 84. RGB value is (123,175,132). Sum of RGB (Red+Green+Blue) = 123+175+132=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF84 is #84507B. Grayscale: #9A9A9A. Windows color (decimal): -8671356 or 8695675. OLE color: 8695675.
HSL color Cylindrical-coordinate representation of color #7BAF84: hue angle of 130.38º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAF84 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 132 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.31 |
| HSL | 130.38º | 0.25% | 0.58% | - |
| HSV(B) | 130.38º | 0.3% | 0.69% | - |
| XYZ | 27.66 | 36.54 | 27.42 | - |
| YUV | 154.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 132 | 0.30 | 0 | 0.25 | 0.31 | 130.38 | 0.25 | 0.58 |
| Hex | 7B | AF | 84 | 1E | 0 | 19 | 1F | 82 | 19 | 3A |
| Octal | 173 | 257 | 204 | 36 | 0 | 31 | 37 | 202 | 31 | 72 |
| Binary | 1111011 | 10101111 | 10000100 | 11110 | 0 | 11001 | 11111 | 10000010 | 11001 | 111010 |
Color Harmonies of #7BAF84
Complementary color
Monochromatic Colors of #7BAF84
Black with #7BAF84
Text Example
Text Example
White with #7BAF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF84; }
p { color: rgb(123,175,132); }
H1.HeaderClassName
{
color: #7BAF84;
}
.AnyTagClassName
{
color: #7BAF84;
}
</style>
background-color css
<style>
a { background-color: #7BAF84; }
a { background-color: rgb(123,175,132); }
div.DivClassName
{
background-color: #7BAF84;
}
.BgClassName
{
background-color: #7BAF84;
}
</style>
border-color css
<style>
span { border-color: #7BAF84; }
span { border-color: rgb(123,175,132); }
td.TdClassName
{
border-color: #7BAF84;
}
.TagClassName
{
border-color: #7BAF84;
}
</style>