Shades of Bay Leaf #77C08C
Tints of Bay Leaf #77C08C
RGB
CMYK
RGB Variations
Color information
#77C08C (or 0x77C08C) is known color: Bay Leaf. HEX triplet: 77, C0 and 8C. RGB value is (119,192,140). Sum of RGB (Red+Green+Blue) = 119+192+140=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #77C08C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C08C is #883F73. Grayscale: #A4A4A4. Windows color (decimal): -8929140 or 9224311. OLE color: 9224311.
HSL color Cylindrical-coordinate representation of color #77C08C: hue angle of 137.26º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77C08C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 140 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.25 |
| HSL | 137.26º | 0.37% | 0.61% | - |
| HSV(B) | 137.26º | 0.38% | 0.75% | - |
| XYZ | 31.19 | 43.51 | 31.57 | - |
| YUV | 164.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 140 | 0.38 | 0 | 0.27 | 0.25 | 137.26 | 0.37 | 0.61 |
| Hex | 77 | C0 | 8C | 26 | 0 | 1B | 19 | 89 | 25 | 3D |
| Octal | 167 | 300 | 214 | 46 | 0 | 33 | 31 | 211 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10001100 | 100110 | 0 | 11011 | 11001 | 10001001 | 100101 | 111101 |
Color Harmonies of #77C08C
Complementary color
Monochromatic Colors of #77C08C
Black with #77C08C
Text Example
Text Example
White with #77C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C08C; }
p { color: rgb(119,192,140); }
H1.HeaderClassName
{
color: #77C08C;
}
.AnyTagClassName
{
color: #77C08C;
}
</style>
background-color css
<style>
a { background-color: #77C08C; }
a { background-color: rgb(119,192,140); }
div.DivClassName
{
background-color: #77C08C;
}
.BgClassName
{
background-color: #77C08C;
}
</style>
border-color css
<style>
span { border-color: #77C08C; }
span { border-color: rgb(119,192,140); }
td.TdClassName
{
border-color: #77C08C;
}
.TagClassName
{
border-color: #77C08C;
}
</style>