Shades of Bay Leaf #7DB98F
Tints of Bay Leaf #7DB98F
RGB
CMYK
RGB Variations
Color information
#7DB98F (or 0x7DB98F) is known color: Bay Leaf. HEX triplet: 7D, B9 and 8F. RGB value is (125,185,143). Sum of RGB (Red+Green+Blue) = 125+185+143=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #7DB98F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB98F is #824670. Grayscale: #A2A2A2. Windows color (decimal): -8537713 or 9419133. OLE color: 9419133.
HSL color Cylindrical-coordinate representation of color #7DB98F: hue angle of 138º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB98F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 185 | 143 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.27 |
| HSL | 138º | 0.3% | 0.61% | - |
| HSV(B) | 138º | 0.32% | 0.73% | - |
| XYZ | 30.76 | 41.04 | 32.29 | - |
| YUV | 162.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 185 | 143 | 0.32 | 0 | 0.23 | 0.27 | 138 | 0.3 | 0.61 |
| Hex | 7D | B9 | 8F | 20 | 0 | 17 | 1B | 8A | 1E | 3D |
| Octal | 175 | 271 | 217 | 40 | 0 | 27 | 33 | 212 | 36 | 75 |
| Binary | 1111101 | 10111001 | 10001111 | 100000 | 0 | 10111 | 11011 | 10001010 | 11110 | 111101 |
Color Harmonies of #7DB98F
Complementary color
Monochromatic Colors of #7DB98F
Black with #7DB98F
Text Example
Text Example
White with #7DB98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB98F; }
p { color: rgb(125,185,143); }
H1.HeaderClassName
{
color: #7DB98F;
}
.AnyTagClassName
{
color: #7DB98F;
}
</style>
background-color css
<style>
a { background-color: #7DB98F; }
a { background-color: rgb(125,185,143); }
div.DivClassName
{
background-color: #7DB98F;
}
.BgClassName
{
background-color: #7DB98F;
}
</style>
border-color css
<style>
span { border-color: #7DB98F; }
span { border-color: rgb(125,185,143); }
td.TdClassName
{
border-color: #7DB98F;
}
.TagClassName
{
border-color: #7DB98F;
}
</style>