Shades of Bay Leaf #7CC08D
Tints of Bay Leaf #7CC08D
RGB
CMYK
RGB Variations
Color information
#7CC08D (or 0x7CC08D) is known color: Bay Leaf. HEX triplet: 7C, C0 and 8D. RGB value is (124,192,141). Sum of RGB (Red+Green+Blue) = 124+192+141=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC08D is #833F72. Grayscale: #A5A5A5. Windows color (decimal): -8601459 or 9289852. OLE color: 9289852.
HSL color Cylindrical-coordinate representation of color #7CC08D: hue angle of 135º 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 #7CC08D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 141 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.25 |
| HSL | 135º | 0.35% | 0.62% | - |
| HSV(B) | 135º | 0.35% | 0.75% | - |
| XYZ | 31.97 | 43.91 | 31.99 | - |
| YUV | 165.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 141 | 0.35 | 0 | 0.27 | 0.25 | 135 | 0.35 | 0.62 |
| Hex | 7C | C0 | 8D | 23 | 0 | 1B | 19 | 87 | 23 | 3E |
| Octal | 174 | 300 | 215 | 43 | 0 | 33 | 31 | 207 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10001101 | 100011 | 0 | 11011 | 11001 | 10000111 | 100011 | 111110 |
Color Harmonies of #7CC08D
Complementary color
Monochromatic Colors of #7CC08D
Black with #7CC08D
Text Example
Text Example
White with #7CC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC08D; }
p { color: rgb(124,192,141); }
H1.HeaderClassName
{
color: #7CC08D;
}
.AnyTagClassName
{
color: #7CC08D;
}
</style>
background-color css
<style>
a { background-color: #7CC08D; }
a { background-color: rgb(124,192,141); }
div.DivClassName
{
background-color: #7CC08D;
}
.BgClassName
{
background-color: #7CC08D;
}
</style>
border-color css
<style>
span { border-color: #7CC08D; }
span { border-color: rgb(124,192,141); }
td.TdClassName
{
border-color: #7CC08D;
}
.TagClassName
{
border-color: #7CC08D;
}
</style>