Shades of Bay Leaf #77C18D
Tints of Bay Leaf #77C18D
RGB
CMYK
RGB Variations
Color information
#77C18D (or 0x77C18D) is known color: Bay Leaf. HEX triplet: 77, C1 and 8D. RGB value is (119,193,141). Sum of RGB (Red+Green+Blue) = 119+193+141=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #77C18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C18D is #883E72. Grayscale: #A5A5A5. Windows color (decimal): -8928883 or 9290103. OLE color: 9290103.
HSL color Cylindrical-coordinate representation of color #77C18D: hue angle of 137.84º 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 #77C18D is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 193 | 141 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.24 |
| HSL | 137.84º | 0.37% | 0.61% | - |
| HSV(B) | 137.84º | 0.38% | 0.76% | - |
| XYZ | 31.49 | 43.98 | 32.03 | - |
| YUV | 164.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 193 | 141 | 0.38 | 0 | 0.27 | 0.24 | 137.84 | 0.37 | 0.61 |
| Hex | 77 | C1 | 8D | 26 | 0 | 1B | 18 | 8A | 25 | 3D |
| Octal | 167 | 301 | 215 | 46 | 0 | 33 | 30 | 212 | 45 | 75 |
| Binary | 1110111 | 11000001 | 10001101 | 100110 | 0 | 11011 | 11000 | 10001010 | 100101 | 111101 |
Color Harmonies of #77C18D
Complementary color
Monochromatic Colors of #77C18D
Black with #77C18D
Text Example
Text Example
White with #77C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C18D; }
p { color: rgb(119,193,141); }
H1.HeaderClassName
{
color: #77C18D;
}
.AnyTagClassName
{
color: #77C18D;
}
</style>
background-color css
<style>
a { background-color: #77C18D; }
a { background-color: rgb(119,193,141); }
div.DivClassName
{
background-color: #77C18D;
}
.BgClassName
{
background-color: #77C18D;
}
</style>
border-color css
<style>
span { border-color: #77C18D; }
span { border-color: rgb(119,193,141); }
td.TdClassName
{
border-color: #77C18D;
}
.TagClassName
{
border-color: #77C18D;
}
</style>