Shades of Bay Leaf #7CBF8B
Tints of Bay Leaf #7CBF8B
RGB
CMYK
RGB Variations
Color information
#7CBF8B (or 0x7CBF8B) is known color: Bay Leaf. HEX triplet: 7C, BF and 8B. RGB value is (124,191,139). Sum of RGB (Red+Green+Blue) = 124+191+139=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBF8B is #834074. Grayscale: #A5A5A5. Windows color (decimal): -8601717 or 9158524. OLE color: 9158524.
HSL color Cylindrical-coordinate representation of color #7CBF8B: hue angle of 133.43º 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 #7CBF8B is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 191 | 139 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.25 |
| HSL | 133.43º | 0.34% | 0.62% | - |
| HSV(B) | 133.43º | 0.35% | 0.75% | - |
| XYZ | 31.6 | 43.41 | 31.14 | - |
| YUV | 165.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 191 | 139 | 0.35 | 0 | 0.27 | 0.25 | 133.43 | 0.34 | 0.62 |
| Hex | 7C | BF | 8B | 23 | 0 | 1B | 19 | 85 | 22 | 3E |
| Octal | 174 | 277 | 213 | 43 | 0 | 33 | 31 | 205 | 42 | 76 |
| Binary | 1111100 | 10111111 | 10001011 | 100011 | 0 | 11011 | 11001 | 10000101 | 100010 | 111110 |
Color Harmonies of #7CBF8B
Complementary color
Monochromatic Colors of #7CBF8B
Black with #7CBF8B
Text Example
Text Example
White with #7CBF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBF8B; }
p { color: rgb(124,191,139); }
H1.HeaderClassName
{
color: #7CBF8B;
}
.AnyTagClassName
{
color: #7CBF8B;
}
</style>
background-color css
<style>
a { background-color: #7CBF8B; }
a { background-color: rgb(124,191,139); }
div.DivClassName
{
background-color: #7CBF8B;
}
.BgClassName
{
background-color: #7CBF8B;
}
</style>
border-color css
<style>
span { border-color: #7CBF8B; }
span { border-color: rgb(124,191,139); }
td.TdClassName
{
border-color: #7CBF8B;
}
.TagClassName
{
border-color: #7CBF8B;
}
</style>