Shades of Bay Leaf #7BC190
Tints of Bay Leaf #7BC190
RGB
CMYK
RGB Variations
Color information
#7BC190 (or 0x7BC190) is known color: Bay Leaf. HEX triplet: 7B, C1 and 90. RGB value is (123,193,144). Sum of RGB (Red+Green+Blue) = 123+193+144=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC190 is #843E6F. Grayscale: #A6A6A6. Windows color (decimal): -8666736 or 9486715. OLE color: 9486715.
HSL color Cylindrical-coordinate representation of color #7BC190: hue angle of 138º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC190 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 193 | 144 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.24 |
| HSL | 138º | 0.36% | 0.62% | - |
| HSV(B) | 138º | 0.36% | 0.76% | - |
| XYZ | 32.27 | 44.36 | 33.25 | - |
| YUV | 166.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 193 | 144 | 0.36 | 0 | 0.25 | 0.24 | 138 | 0.36 | 0.62 |
| Hex | 7B | C1 | 90 | 24 | 0 | 19 | 18 | 8A | 24 | 3E |
| Octal | 173 | 301 | 220 | 44 | 0 | 31 | 30 | 212 | 44 | 76 |
| Binary | 1111011 | 11000001 | 10010000 | 100100 | 0 | 11001 | 11000 | 10001010 | 100100 | 111110 |
Color Harmonies of #7BC190
Complementary color
Monochromatic Colors of #7BC190
Black with #7BC190
Text Example
Text Example
White with #7BC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC190; }
p { color: rgb(123,193,144); }
H1.HeaderClassName
{
color: #7BC190;
}
.AnyTagClassName
{
color: #7BC190;
}
</style>
background-color css
<style>
a { background-color: #7BC190; }
a { background-color: rgb(123,193,144); }
div.DivClassName
{
background-color: #7BC190;
}
.BgClassName
{
background-color: #7BC190;
}
</style>
border-color css
<style>
span { border-color: #7BC190; }
span { border-color: rgb(123,193,144); }
td.TdClassName
{
border-color: #7BC190;
}
.TagClassName
{
border-color: #7BC190;
}
</style>