Shades of Bay Leaf #7DBB8F
Tints of Bay Leaf #7DBB8F
RGB
CMYK
RGB Variations
Color information
#7DBB8F (or 0x7DBB8F) is known color: Bay Leaf. HEX triplet: 7D, BB and 8F. RGB value is (125,187,143). Sum of RGB (Red+Green+Blue) = 125+187+143=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 143 (56.25% from 255 or 31.43% from 455); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBB8F is #824470. Grayscale: #A3A3A3. Windows color (decimal): -8537201 or 9419645. OLE color: 9419645.
HSL color Cylindrical-coordinate representation of color #7DBB8F: hue angle of 137.42º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DBB8F is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 187 | 143 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.27 |
| HSL | 137.42º | 0.31% | 0.61% | - |
| HSV(B) | 137.42º | 0.33% | 0.73% | - |
| XYZ | 31.19 | 41.88 | 32.43 | - |
| YUV | 163.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 187 | 143 | 0.33 | 0 | 0.24 | 0.27 | 137.42 | 0.31 | 0.61 |
| Hex | 7D | BB | 8F | 21 | 0 | 18 | 1B | 89 | 1F | 3D |
| Octal | 175 | 273 | 217 | 41 | 0 | 30 | 33 | 211 | 37 | 75 |
| Binary | 1111101 | 10111011 | 10001111 | 100001 | 0 | 11000 | 11011 | 10001001 | 11111 | 111101 |
Color Harmonies of #7DBB8F
Complementary color
Monochromatic Colors of #7DBB8F
Black with #7DBB8F
Text Example
Text Example
White with #7DBB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBB8F; }
p { color: rgb(125,187,143); }
H1.HeaderClassName
{
color: #7DBB8F;
}
.AnyTagClassName
{
color: #7DBB8F;
}
</style>
background-color css
<style>
a { background-color: #7DBB8F; }
a { background-color: rgb(125,187,143); }
div.DivClassName
{
background-color: #7DBB8F;
}
.BgClassName
{
background-color: #7DBB8F;
}
</style>
border-color css
<style>
span { border-color: #7DBB8F; }
span { border-color: rgb(125,187,143); }
td.TdClassName
{
border-color: #7DBB8F;
}
.TagClassName
{
border-color: #7DBB8F;
}
</style>