Shades of Bay Leaf #7DAB8A
Tints of Bay Leaf #7DAB8A
RGB
CMYK
RGB Variations
Color information
#7DAB8A (or 0x7DAB8A) is known color: Bay Leaf. HEX triplet: 7D, AB and 8A. RGB value is (125,171,138). Sum of RGB (Red+Green+Blue) = 125+171+138=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAB8A is #825475. Grayscale: #999999. Windows color (decimal): -8541302 or 9087869. OLE color: 9087869.
HSL color Cylindrical-coordinate representation of color #7DAB8A: hue angle of 136.96º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7DAB8A is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 171 | 138 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.33 |
| HSL | 136.96º | 0.21% | 0.58% | - |
| HSV(B) | 136.96º | 0.27% | 0.67% | - |
| XYZ | 27.61 | 35.32 | 29.41 | - |
| YUV | 153.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 138 | 0.27 | 0 | 0.19 | 0.33 | 136.96 | 0.21 | 0.58 |
| Hex | 7D | AB | 8A | 1B | 0 | 13 | 21 | 89 | 15 | 3A |
| Octal | 175 | 253 | 212 | 33 | 0 | 23 | 41 | 211 | 25 | 72 |
| Binary | 1111101 | 10101011 | 10001010 | 11011 | 0 | 10011 | 100001 | 10001001 | 10101 | 111010 |
Color Harmonies of #7DAB8A
Complementary color
Monochromatic Colors of #7DAB8A
Black with #7DAB8A
Text Example
Text Example
White with #7DAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAB8A; }
p { color: rgb(125,171,138); }
H1.HeaderClassName
{
color: #7DAB8A;
}
.AnyTagClassName
{
color: #7DAB8A;
}
</style>
background-color css
<style>
a { background-color: #7DAB8A; }
a { background-color: rgb(125,171,138); }
div.DivClassName
{
background-color: #7DAB8A;
}
.BgClassName
{
background-color: #7DAB8A;
}
</style>
border-color css
<style>
span { border-color: #7DAB8A; }
span { border-color: rgb(125,171,138); }
td.TdClassName
{
border-color: #7DAB8A;
}
.TagClassName
{
border-color: #7DAB8A;
}
</style>