Shades of Bay Leaf #77C08D
Tints of Bay Leaf #77C08D
RGB
CMYK
RGB Variations
Color information
#77C08D (or 0x77C08D) is known color: Bay Leaf. HEX triplet: 77, C0 and 8D. RGB value is (119,192,141). Sum of RGB (Red+Green+Blue) = 119+192+141=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #77C08D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C08D is #883F72. Grayscale: #A4A4A4. Windows color (decimal): -8929139 or 9289847. OLE color: 9289847.
HSL color Cylindrical-coordinate representation of color #77C08D: hue angle of 138.08º 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 #77C08D is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 192 | 141 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.25 |
| HSL | 138.08º | 0.37% | 0.61% | - |
| HSV(B) | 138.08º | 0.38% | 0.75% | - |
| XYZ | 31.27 | 43.54 | 31.96 | - |
| YUV | 164.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 192 | 141 | 0.38 | 0 | 0.27 | 0.25 | 138.08 | 0.37 | 0.61 |
| Hex | 77 | C0 | 8D | 26 | 0 | 1B | 19 | 8A | 25 | 3D |
| Octal | 167 | 300 | 215 | 46 | 0 | 33 | 31 | 212 | 45 | 75 |
| Binary | 1110111 | 11000000 | 10001101 | 100110 | 0 | 11011 | 11001 | 10001010 | 100101 | 111101 |
Color Harmonies of #77C08D
Complementary color
Monochromatic Colors of #77C08D
Black with #77C08D
Text Example
Text Example
White with #77C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C08D; }
p { color: rgb(119,192,141); }
H1.HeaderClassName
{
color: #77C08D;
}
.AnyTagClassName
{
color: #77C08D;
}
</style>
background-color css
<style>
a { background-color: #77C08D; }
a { background-color: rgb(119,192,141); }
div.DivClassName
{
background-color: #77C08D;
}
.BgClassName
{
background-color: #77C08D;
}
</style>
border-color css
<style>
span { border-color: #77C08D; }
span { border-color: rgb(119,192,141); }
td.TdClassName
{
border-color: #77C08D;
}
.TagClassName
{
border-color: #77C08D;
}
</style>