Shades of Bay Leaf #7DBE8C
Tints of Bay Leaf #7DBE8C
RGB
CMYK
RGB Variations
Color information
#7DBE8C (or 0x7DBE8C) is known color: Bay Leaf. HEX triplet: 7D, BE and 8C. RGB value is (125,190,140). Sum of RGB (Red+Green+Blue) = 125+190+140=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBE8C is #824173. Grayscale: #A5A5A5. Windows color (decimal): -8536436 or 9223805. OLE color: 9223805.
HSL color Cylindrical-coordinate representation of color #7DBE8C: hue angle of 133.85º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBE8C is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 190 | 140 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.25 |
| HSL | 133.85º | 0.33% | 0.62% | - |
| HSV(B) | 133.85º | 0.34% | 0.75% | - |
| XYZ | 31.6 | 43.08 | 31.46 | - |
| YUV | 164.87 | 113.97 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 190 | 140 | 0.34 | 0 | 0.26 | 0.25 | 133.85 | 0.33 | 0.62 |
| Hex | 7D | BE | 8C | 22 | 0 | 1A | 19 | 86 | 21 | 3E |
| Octal | 175 | 276 | 214 | 42 | 0 | 32 | 31 | 206 | 41 | 76 |
| Binary | 1111101 | 10111110 | 10001100 | 100010 | 0 | 11010 | 11001 | 10000110 | 100001 | 111110 |
Color Harmonies of #7DBE8C
Complementary color
Monochromatic Colors of #7DBE8C
Black with #7DBE8C
Text Example
Text Example
White with #7DBE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBE8C; }
p { color: rgb(125,190,140); }
H1.HeaderClassName
{
color: #7DBE8C;
}
.AnyTagClassName
{
color: #7DBE8C;
}
</style>
background-color css
<style>
a { background-color: #7DBE8C; }
a { background-color: rgb(125,190,140); }
div.DivClassName
{
background-color: #7DBE8C;
}
.BgClassName
{
background-color: #7DBE8C;
}
</style>
border-color css
<style>
span { border-color: #7DBE8C; }
span { border-color: rgb(125,190,140); }
td.TdClassName
{
border-color: #7DBE8C;
}
.TagClassName
{
border-color: #7DBE8C;
}
</style>