Shades of Bay Leaf #7DA78A
Tints of Bay Leaf #7DA78A
RGB
CMYK
RGB Variations
Color information
#7DA78A (or 0x7DA78A) is known color: Bay Leaf. HEX triplet: 7D, A7 and 8A. RGB value is (125,167,138). Sum of RGB (Red+Green+Blue) = 125+167+138=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 167 - color contains mainly: green. Hex color #7DA78A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA78A is #825875. Grayscale: #979797. Windows color (decimal): -8542326 or 9086845. OLE color: 9086845.
HSL color Cylindrical-coordinate representation of color #7DA78A: hue angle of 138.57º 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 #7DA78A is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 167 | 138 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.35 |
| HSL | 138.57º | 0.19% | 0.57% | - |
| HSV(B) | 138.57º | 0.25% | 0.65% | - |
| XYZ | 26.86 | 33.83 | 29.16 | - |
| YUV | 151.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 167 | 138 | 0.25 | 0 | 0.17 | 0.35 | 138.57 | 0.19 | 0.57 |
| Hex | 7D | A7 | 8A | 19 | 0 | 11 | 23 | 8B | 13 | 39 |
| Octal | 175 | 247 | 212 | 31 | 0 | 21 | 43 | 213 | 23 | 71 |
| Binary | 1111101 | 10100111 | 10001010 | 11001 | 0 | 10001 | 100011 | 10001011 | 10011 | 111001 |
Color Harmonies of #7DA78A
Complementary color
Monochromatic Colors of #7DA78A
Black with #7DA78A
Text Example
Text Example
White with #7DA78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA78A; }
p { color: rgb(125,167,138); }
H1.HeaderClassName
{
color: #7DA78A;
}
.AnyTagClassName
{
color: #7DA78A;
}
</style>
background-color css
<style>
a { background-color: #7DA78A; }
a { background-color: rgb(125,167,138); }
div.DivClassName
{
background-color: #7DA78A;
}
.BgClassName
{
background-color: #7DA78A;
}
</style>
border-color css
<style>
span { border-color: #7DA78A; }
span { border-color: rgb(125,167,138); }
td.TdClassName
{
border-color: #7DA78A;
}
.TagClassName
{
border-color: #7DA78A;
}
</style>