Shades of Bay Leaf #7DBF8C
Tints of Bay Leaf #7DBF8C
RGB
CMYK
RGB Variations
Color information
#7DBF8C (or 0x7DBF8C) is known color: Bay Leaf. HEX triplet: 7D, BF and 8C. RGB value is (125,191,140). Sum of RGB (Red+Green+Blue) = 125+191+140=456 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.41% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF8C is #824073. Grayscale: #A5A5A5. Windows color (decimal): -8536180 or 9224061. OLE color: 9224061.
HSL color Cylindrical-coordinate representation of color #7DBF8C: hue angle of 133.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBF8C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 140 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.25 |
| HSL | 133.64º | 0.34% | 0.62% | - |
| HSV(B) | 133.64º | 0.35% | 0.75% | - |
| XYZ | 31.82 | 43.52 | 31.53 | - |
| YUV | 165.45 | 113.63 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 140 | 0.35 | 0 | 0.27 | 0.25 | 133.64 | 0.34 | 0.62 |
| Hex | 7D | BF | 8C | 23 | 0 | 1B | 19 | 86 | 22 | 3E |
| Octal | 175 | 277 | 214 | 43 | 0 | 33 | 31 | 206 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10001100 | 100011 | 0 | 11011 | 11001 | 10000110 | 100010 | 111110 |
Color Harmonies of #7DBF8C
Complementary color
Monochromatic Colors of #7DBF8C
Black with #7DBF8C
Text Example
Text Example
White with #7DBF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF8C; }
p { color: rgb(125,191,140); }
H1.HeaderClassName
{
color: #7DBF8C;
}
.AnyTagClassName
{
color: #7DBF8C;
}
</style>
background-color css
<style>
a { background-color: #7DBF8C; }
a { background-color: rgb(125,191,140); }
div.DivClassName
{
background-color: #7DBF8C;
}
.BgClassName
{
background-color: #7DBF8C;
}
</style>
border-color css
<style>
span { border-color: #7DBF8C; }
span { border-color: rgb(125,191,140); }
td.TdClassName
{
border-color: #7DBF8C;
}
.TagClassName
{
border-color: #7DBF8C;
}
</style>