Shades of Bay Leaf #7CB384
Tints of Bay Leaf #7CB384
RGB
CMYK
RGB Variations
Color information
#7CB384 (or 0x7CB384) is known color: Bay Leaf. HEX triplet: 7C, B3 and 84. RGB value is (124,179,132). Sum of RGB (Red+Green+Blue) = 124+179+132=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #7CB384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB384 is #834C7B. Grayscale: #9D9D9D. Windows color (decimal): -8604796 or 8696700. OLE color: 8696700.
HSL color Cylindrical-coordinate representation of color #7CB384: hue angle of 128.73º degrees, saturation: 0.27, 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 #7CB384 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 124 | 179 | 132 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.30 |
| HSL | 128.73º | 0.27% | 0.59% | - |
| HSV(B) | 128.73º | 0.31% | 0.7% | - |
| XYZ | 28.6 | 38.19 | 27.69 | - |
| YUV | 157.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 179 | 132 | 0.31 | 0 | 0.26 | 0.30 | 128.73 | 0.27 | 0.59 |
| Hex | 7C | B3 | 84 | 1F | 0 | 1A | 1E | 81 | 1B | 3B |
| Octal | 174 | 263 | 204 | 37 | 0 | 32 | 36 | 201 | 33 | 73 |
| Binary | 1111100 | 10110011 | 10000100 | 11111 | 0 | 11010 | 11110 | 10000001 | 11011 | 111011 |
Color Harmonies of #7CB384
Complementary color
Monochromatic Colors of #7CB384
Black with #7CB384
Text Example
Text Example
White with #7CB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB384; }
p { color: rgb(124,179,132); }
H1.HeaderClassName
{
color: #7CB384;
}
.AnyTagClassName
{
color: #7CB384;
}
</style>
background-color css
<style>
a { background-color: #7CB384; }
a { background-color: rgb(124,179,132); }
div.DivClassName
{
background-color: #7CB384;
}
.BgClassName
{
background-color: #7CB384;
}
</style>
border-color css
<style>
span { border-color: #7CB384; }
span { border-color: rgb(124,179,132); }
td.TdClassName
{
border-color: #7CB384;
}
.TagClassName
{
border-color: #7CB384;
}
</style>