Shades of Bay Leaf #7DA78E
Tints of Bay Leaf #7DA78E
RGB
CMYK
RGB Variations
Color information
#7DA78E (or 0x7DA78E) is known color: Bay Leaf. HEX triplet: 7D, A7 and 8E. RGB value is (125,167,142). Sum of RGB (Red+Green+Blue) = 125+167+142=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA78E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA78E is #825871. Grayscale: #979797. Windows color (decimal): -8542322 or 9348989. OLE color: 9348989.
HSL color Cylindrical-coordinate representation of color #7DA78E: hue angle of 144.29º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7DA78E is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 167 | 142 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.35 |
| HSL | 144.29º | 0.19% | 0.57% | - |
| HSV(B) | 144.29º | 0.25% | 0.65% | - |
| XYZ | 27.16 | 33.95 | 30.71 | - |
| YUV | 151.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 142 | 0.25 | 0 | 0.15 | 0.35 | 144.29 | 0.19 | 0.57 |
| Hex | 7D | A7 | 8E | 19 | 0 | F | 23 | 90 | 13 | 39 |
| Octal | 175 | 247 | 216 | 31 | 0 | 17 | 43 | 220 | 23 | 71 |
| Binary | 1111101 | 10100111 | 10001110 | 11001 | 0 | 1111 | 100011 | 10010000 | 10011 | 111001 |
Color Harmonies of #7DA78E
Complementary color
Monochromatic Colors of #7DA78E
Black with #7DA78E
Text Example
Text Example
White with #7DA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA78E; }
p { color: rgb(125,167,142); }
H1.HeaderClassName
{
color: #7DA78E;
}
.AnyTagClassName
{
color: #7DA78E;
}
</style>
background-color css
<style>
a { background-color: #7DA78E; }
a { background-color: rgb(125,167,142); }
div.DivClassName
{
background-color: #7DA78E;
}
.BgClassName
{
background-color: #7DA78E;
}
</style>
border-color css
<style>
span { border-color: #7DA78E; }
span { border-color: rgb(125,167,142); }
td.TdClassName
{
border-color: #7DA78E;
}
.TagClassName
{
border-color: #7DA78E;
}
</style>