Shades of Bay Leaf #7CC08B
Tints of Bay Leaf #7CC08B
RGB
CMYK
RGB Variations
Color information
#7CC08B (or 0x7CC08B) is known color: Bay Leaf. HEX triplet: 7C, C0 and 8B. RGB value is (124,192,139). Sum of RGB (Red+Green+Blue) = 124+192+139=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC08B is #833F74. Grayscale: #A5A5A5. Windows color (decimal): -8601461 or 9158780. OLE color: 9158780.
HSL color Cylindrical-coordinate representation of color #7CC08B: hue angle of 133.24º 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 #7CC08B is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 139 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.25 |
| HSL | 133.24º | 0.35% | 0.62% | - |
| HSV(B) | 133.24º | 0.35% | 0.75% | - |
| XYZ | 31.82 | 43.85 | 31.21 | - |
| YUV | 165.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 139 | 0.35 | 0 | 0.28 | 0.25 | 133.24 | 0.35 | 0.62 |
| Hex | 7C | C0 | 8B | 23 | 0 | 1C | 19 | 85 | 23 | 3E |
| Octal | 174 | 300 | 213 | 43 | 0 | 34 | 31 | 205 | 43 | 76 |
| Binary | 1111100 | 11000000 | 10001011 | 100011 | 0 | 11100 | 11001 | 10000101 | 100011 | 111110 |
Color Harmonies of #7CC08B
Complementary color
Monochromatic Colors of #7CC08B
Black with #7CC08B
Text Example
Text Example
White with #7CC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC08B; }
p { color: rgb(124,192,139); }
H1.HeaderClassName
{
color: #7CC08B;
}
.AnyTagClassName
{
color: #7CC08B;
}
</style>
background-color css
<style>
a { background-color: #7CC08B; }
a { background-color: rgb(124,192,139); }
div.DivClassName
{
background-color: #7CC08B;
}
.BgClassName
{
background-color: #7CC08B;
}
</style>
border-color css
<style>
span { border-color: #7CC08B; }
span { border-color: rgb(124,192,139); }
td.TdClassName
{
border-color: #7CC08B;
}
.TagClassName
{
border-color: #7CC08B;
}
</style>