Shades of Bay Leaf #7DB48E
Tints of Bay Leaf #7DB48E
RGB
CMYK
RGB Variations
Color information
#7DB48E (or 0x7DB48E) is known color: Bay Leaf. HEX triplet: 7D, B4 and 8E. RGB value is (125,180,142). Sum of RGB (Red+Green+Blue) = 125+180+142=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB48E is #824B71. Grayscale: #9F9F9F. Windows color (decimal): -8538994 or 9352317. OLE color: 9352317.
HSL color Cylindrical-coordinate representation of color #7DB48E: hue angle of 138.55º 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 #7DB48E is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 142 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.29 |
| HSL | 138.55º | 0.27% | 0.6% | - |
| HSV(B) | 138.55º | 0.31% | 0.71% | - |
| XYZ | 29.66 | 38.96 | 31.55 | - |
| YUV | 159.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 142 | 0.31 | 0 | 0.21 | 0.29 | 138.55 | 0.27 | 0.6 |
| Hex | 7D | B4 | 8E | 1F | 0 | 15 | 1D | 8B | 1B | 3C |
| Octal | 175 | 264 | 216 | 37 | 0 | 25 | 35 | 213 | 33 | 74 |
| Binary | 1111101 | 10110100 | 10001110 | 11111 | 0 | 10101 | 11101 | 10001011 | 11011 | 111100 |
Color Harmonies of #7DB48E
Complementary color
Monochromatic Colors of #7DB48E
Black with #7DB48E
Text Example
Text Example
White with #7DB48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB48E; }
p { color: rgb(125,180,142); }
H1.HeaderClassName
{
color: #7DB48E;
}
.AnyTagClassName
{
color: #7DB48E;
}
</style>
background-color css
<style>
a { background-color: #7DB48E; }
a { background-color: rgb(125,180,142); }
div.DivClassName
{
background-color: #7DB48E;
}
.BgClassName
{
background-color: #7DB48E;
}
</style>
border-color css
<style>
span { border-color: #7DB48E; }
span { border-color: rgb(125,180,142); }
td.TdClassName
{
border-color: #7DB48E;
}
.TagClassName
{
border-color: #7DB48E;
}
</style>