Shades of Bay Leaf #7CB184
Tints of Bay Leaf #7CB184
RGB
CMYK
RGB Variations
Color information
#7CB184 (or 0x7CB184) is known color: Bay Leaf. HEX triplet: 7C, B1 and 84. RGB value is (124,177,132). Sum of RGB (Red+Green+Blue) = 124+177+132=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 132 (51.95% from 255 or 30.48% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB184 is #834E7B. Grayscale: #9C9C9C. Windows color (decimal): -8605308 or 8696188. OLE color: 8696188.
HSL color Cylindrical-coordinate representation of color #7CB184: hue angle of 129.06º 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 #7CB184 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 177 | 132 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.31 |
| HSL | 129.06º | 0.25% | 0.59% | - |
| HSV(B) | 129.06º | 0.3% | 0.69% | - |
| XYZ | 28.2 | 37.4 | 27.56 | - |
| YUV | 156.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 177 | 132 | 0.30 | 0 | 0.25 | 0.31 | 129.06 | 0.25 | 0.59 |
| Hex | 7C | B1 | 84 | 1E | 0 | 19 | 1F | 81 | 19 | 3B |
| Octal | 174 | 261 | 204 | 36 | 0 | 31 | 37 | 201 | 31 | 73 |
| Binary | 1111100 | 10110001 | 10000100 | 11110 | 0 | 11001 | 11111 | 10000001 | 11001 | 111011 |
Color Harmonies of #7CB184
Complementary color
Monochromatic Colors of #7CB184
Black with #7CB184
Text Example
Text Example
White with #7CB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB184; }
p { color: rgb(124,177,132); }
H1.HeaderClassName
{
color: #7CB184;
}
.AnyTagClassName
{
color: #7CB184;
}
</style>
background-color css
<style>
a { background-color: #7CB184; }
a { background-color: rgb(124,177,132); }
div.DivClassName
{
background-color: #7CB184;
}
.BgClassName
{
background-color: #7CB184;
}
</style>
border-color css
<style>
span { border-color: #7CB184; }
span { border-color: rgb(124,177,132); }
td.TdClassName
{
border-color: #7CB184;
}
.TagClassName
{
border-color: #7CB184;
}
</style>