Shades of Bay Leaf #7CB082
Tints of Bay Leaf #7CB082
RGB
CMYK
RGB Variations
Color information
#7CB082 (or 0x7CB082) is known color: Bay Leaf. HEX triplet: 7C, B0 and 82. RGB value is (124,176,130). Sum of RGB (Red+Green+Blue) = 124+176+130=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB082 is #834F7D. Grayscale: #9B9B9B. Windows color (decimal): -8605566 or 8564860. OLE color: 8564860.
HSL color Cylindrical-coordinate representation of color #7CB082: hue angle of 126.92º 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 #7CB082 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 176 | 130 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.31 |
| HSL | 126.92º | 0.25% | 0.59% | - |
| HSV(B) | 126.92º | 0.3% | 0.69% | - |
| XYZ | 27.87 | 36.95 | 26.78 | - |
| YUV | 155.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 176 | 130 | 0.30 | 0 | 0.26 | 0.31 | 126.92 | 0.25 | 0.59 |
| Hex | 7C | B0 | 82 | 1E | 0 | 1A | 1F | 7F | 19 | 3B |
| Octal | 174 | 260 | 202 | 36 | 0 | 32 | 37 | 177 | 31 | 73 |
| Binary | 1111100 | 10110000 | 10000010 | 11110 | 0 | 11010 | 11111 | 1111111 | 11001 | 111011 |
Color Harmonies of #7CB082
Complementary color
Monochromatic Colors of #7CB082
Black with #7CB082
Text Example
Text Example
White with #7CB082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB082; }
p { color: rgb(124,176,130); }
H1.HeaderClassName
{
color: #7CB082;
}
.AnyTagClassName
{
color: #7CB082;
}
</style>
background-color css
<style>
a { background-color: #7CB082; }
a { background-color: rgb(124,176,130); }
div.DivClassName
{
background-color: #7CB082;
}
.BgClassName
{
background-color: #7CB082;
}
</style>
border-color css
<style>
span { border-color: #7CB082; }
span { border-color: rgb(124,176,130); }
td.TdClassName
{
border-color: #7CB082;
}
.TagClassName
{
border-color: #7CB082;
}
</style>