Shades of Bay Leaf #77C190
Tints of Bay Leaf #77C190
RGB
CMYK
RGB Variations
Color information
#77C190 (or 0x77C190) is known color: Bay Leaf. HEX triplet: 77, C1 and 90. RGB value is (119,193,144). Sum of RGB (Red+Green+Blue) = 119+193+144=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #77C190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C190 is #883E6F. Grayscale: #A5A5A5. Windows color (decimal): -8928880 or 9486711. OLE color: 9486711.
HSL color Cylindrical-coordinate representation of color #77C190: hue angle of 140.27º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C190 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 144 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.24 |
| HSL | 140.27º | 0.37% | 0.61% | - |
| HSV(B) | 140.27º | 0.38% | 0.76% | - |
| XYZ | 31.71 | 44.08 | 33.22 | - |
| YUV | 165.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 144 | 0.38 | 0 | 0.25 | 0.24 | 140.27 | 0.37 | 0.61 |
| Hex | 77 | C1 | 90 | 26 | 0 | 19 | 18 | 8C | 25 | 3D |
| Octal | 167 | 301 | 220 | 46 | 0 | 31 | 30 | 214 | 45 | 75 |
| Binary | 1110111 | 11000001 | 10010000 | 100110 | 0 | 11001 | 11000 | 10001100 | 100101 | 111101 |
Color Harmonies of #77C190
Complementary color
Monochromatic Colors of #77C190
Black with #77C190
Text Example
Text Example
White with #77C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C190; }
p { color: rgb(119,193,144); }
H1.HeaderClassName
{
color: #77C190;
}
.AnyTagClassName
{
color: #77C190;
}
</style>
background-color css
<style>
a { background-color: #77C190; }
a { background-color: rgb(119,193,144); }
div.DivClassName
{
background-color: #77C190;
}
.BgClassName
{
background-color: #77C190;
}
</style>
border-color css
<style>
span { border-color: #77C190; }
span { border-color: rgb(119,193,144); }
td.TdClassName
{
border-color: #77C190;
}
.TagClassName
{
border-color: #77C190;
}
</style>