Shades of Bay Leaf #7DB888
Tints of Bay Leaf #7DB888
RGB
CMYK
RGB Variations
Color information
#7DB888 (or 0x7DB888) is known color: Bay Leaf. HEX triplet: 7D, B8 and 88. RGB value is (125,184,136). Sum of RGB (Red+Green+Blue) = 125+184+136=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB888 is #824777. Grayscale: #A1A1A1. Windows color (decimal): -8537976 or 8960125. OLE color: 8960125.
HSL color Cylindrical-coordinate representation of color #7DB888: hue angle of 131.19º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB888 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 136 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.28 |
| HSL | 131.19º | 0.29% | 0.61% | - |
| HSV(B) | 131.19º | 0.32% | 0.72% | - |
| XYZ | 30.04 | 40.42 | 29.51 | - |
| YUV | 160.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 136 | 0.32 | 0 | 0.26 | 0.28 | 131.19 | 0.29 | 0.61 |
| Hex | 7D | B8 | 88 | 20 | 0 | 1A | 1C | 83 | 1D | 3D |
| Octal | 175 | 270 | 210 | 40 | 0 | 32 | 34 | 203 | 35 | 75 |
| Binary | 1111101 | 10111000 | 10001000 | 100000 | 0 | 11010 | 11100 | 10000011 | 11101 | 111101 |
Color Harmonies of #7DB888
Complementary color
Monochromatic Colors of #7DB888
Black with #7DB888
Text Example
Text Example
White with #7DB888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB888; }
p { color: rgb(125,184,136); }
H1.HeaderClassName
{
color: #7DB888;
}
.AnyTagClassName
{
color: #7DB888;
}
</style>
background-color css
<style>
a { background-color: #7DB888; }
a { background-color: rgb(125,184,136); }
div.DivClassName
{
background-color: #7DB888;
}
.BgClassName
{
background-color: #7DB888;
}
</style>
border-color css
<style>
span { border-color: #7DB888; }
span { border-color: rgb(125,184,136); }
td.TdClassName
{
border-color: #7DB888;
}
.TagClassName
{
border-color: #7DB888;
}
</style>