Shades of Bay Leaf #7DC08E
Tints of Bay Leaf #7DC08E
RGB
CMYK
RGB Variations
Color information
#7DC08E (or 0x7DC08E) is known color: Bay Leaf. HEX triplet: 7D, C0 and 8E. RGB value is (125,192,142). Sum of RGB (Red+Green+Blue) = 125+192+142=459 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.23% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC08E is #823F71. Grayscale: #A6A6A6. Windows color (decimal): -8535922 or 9355389. OLE color: 9355389.
HSL color Cylindrical-coordinate representation of color #7DC08E: hue angle of 135.22º degrees, saturation: 0.35, 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 #7DC08E is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 192 | 142 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.25 |
| HSL | 135.22º | 0.35% | 0.62% | - |
| HSV(B) | 135.22º | 0.35% | 0.75% | - |
| XYZ | 32.19 | 44.01 | 32.39 | - |
| YUV | 166.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 192 | 142 | 0.35 | 0 | 0.26 | 0.25 | 135.22 | 0.35 | 0.62 |
| Hex | 7D | C0 | 8E | 23 | 0 | 1A | 19 | 87 | 23 | 3E |
| Octal | 175 | 300 | 216 | 43 | 0 | 32 | 31 | 207 | 43 | 76 |
| Binary | 1111101 | 11000000 | 10001110 | 100011 | 0 | 11010 | 11001 | 10000111 | 100011 | 111110 |
Color Harmonies of #7DC08E
Complementary color
Monochromatic Colors of #7DC08E
Black with #7DC08E
Text Example
Text Example
White with #7DC08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC08E; }
p { color: rgb(125,192,142); }
H1.HeaderClassName
{
color: #7DC08E;
}
.AnyTagClassName
{
color: #7DC08E;
}
</style>
background-color css
<style>
a { background-color: #7DC08E; }
a { background-color: rgb(125,192,142); }
div.DivClassName
{
background-color: #7DC08E;
}
.BgClassName
{
background-color: #7DC08E;
}
</style>
border-color css
<style>
span { border-color: #7DC08E; }
span { border-color: rgb(125,192,142); }
td.TdClassName
{
border-color: #7DC08E;
}
.TagClassName
{
border-color: #7DC08E;
}
</style>