Shades of Bay Leaf #7CB482
Tints of Bay Leaf #7CB482
RGB
CMYK
RGB Variations
Color information
#7CB482 (or 0x7CB482) is known color: Bay Leaf. HEX triplet: 7C, B4 and 82. RGB value is (124,180,130). Sum of RGB (Red+Green+Blue) = 124+180+130=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB482 is #834B7D. Grayscale: #9D9D9D. Windows color (decimal): -8604542 or 8565884. OLE color: 8565884.
HSL color Cylindrical-coordinate representation of color #7CB482: hue angle of 126.43º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB482 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 180 | 130 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.29 |
| HSL | 126.43º | 0.27% | 0.6% | - |
| HSV(B) | 126.43º | 0.31% | 0.71% | - |
| XYZ | 28.66 | 38.54 | 27.05 | - |
| YUV | 157.56 | 112.45 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 180 | 130 | 0.31 | 0 | 0.28 | 0.29 | 126.43 | 0.27 | 0.6 |
| Hex | 7C | B4 | 82 | 1F | 0 | 1C | 1D | 7E | 1B | 3C |
| Octal | 174 | 264 | 202 | 37 | 0 | 34 | 35 | 176 | 33 | 74 |
| Binary | 1111100 | 10110100 | 10000010 | 11111 | 0 | 11100 | 11101 | 1111110 | 11011 | 111100 |
Color Harmonies of #7CB482
Complementary color
Monochromatic Colors of #7CB482
Black with #7CB482
Text Example
Text Example
White with #7CB482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB482; }
p { color: rgb(124,180,130); }
H1.HeaderClassName
{
color: #7CB482;
}
.AnyTagClassName
{
color: #7CB482;
}
</style>
background-color css
<style>
a { background-color: #7CB482; }
a { background-color: rgb(124,180,130); }
div.DivClassName
{
background-color: #7CB482;
}
.BgClassName
{
background-color: #7CB482;
}
</style>
border-color css
<style>
span { border-color: #7CB482; }
span { border-color: rgb(124,180,130); }
td.TdClassName
{
border-color: #7CB482;
}
.TagClassName
{
border-color: #7CB482;
}
</style>