Shades of Bay Leaf #7DA68A
Tints of Bay Leaf #7DA68A
RGB
CMYK
RGB Variations
Color information
#7DA68A (or 0x7DA68A) is known color: Bay Leaf. HEX triplet: 7D, A6 and 8A. RGB value is (125,166,138). Sum of RGB (Red+Green+Blue) = 125+166+138=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 166 - color contains mainly: green. Hex color #7DA68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DA68A is #825975. Grayscale: #969696. Windows color (decimal): -8542582 or 9086589. OLE color: 9086589.
HSL color Cylindrical-coordinate representation of color #7DA68A: hue angle of 139.02º 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 #7DA68A is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 125 | 166 | 138 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.35 |
| HSL | 139.02º | 0.19% | 0.57% | - |
| HSV(B) | 139.02º | 0.25% | 0.65% | - |
| XYZ | 26.68 | 33.47 | 29.1 | - |
| YUV | 150.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 166 | 138 | 0.25 | 0 | 0.17 | 0.35 | 139.02 | 0.19 | 0.57 |
| Hex | 7D | A6 | 8A | 19 | 0 | 11 | 23 | 8B | 13 | 39 |
| Octal | 175 | 246 | 212 | 31 | 0 | 21 | 43 | 213 | 23 | 71 |
| Binary | 1111101 | 10100110 | 10001010 | 11001 | 0 | 10001 | 100011 | 10001011 | 10011 | 111001 |
Color Harmonies of #7DA68A
Complementary color
Monochromatic Colors of #7DA68A
Black with #7DA68A
Text Example
Text Example
White with #7DA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DA68A; }
p { color: rgb(125,166,138); }
H1.HeaderClassName
{
color: #7DA68A;
}
.AnyTagClassName
{
color: #7DA68A;
}
</style>
background-color css
<style>
a { background-color: #7DA68A; }
a { background-color: rgb(125,166,138); }
div.DivClassName
{
background-color: #7DA68A;
}
.BgClassName
{
background-color: #7DA68A;
}
</style>
border-color css
<style>
span { border-color: #7DA68A; }
span { border-color: rgb(125,166,138); }
td.TdClassName
{
border-color: #7DA68A;
}
.TagClassName
{
border-color: #7DA68A;
}
</style>