Shades of Bay Leaf #77C38F
Tints of Bay Leaf #77C38F
RGB
CMYK
RGB Variations
Color information
#77C38F (or 0x77C38F) is known color: Bay Leaf. HEX triplet: 77, C3 and 8F. RGB value is (119,195,143). Sum of RGB (Red+Green+Blue) = 119+195+143=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #77C38F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C38F is #883C70. Grayscale: #A6A6A6. Windows color (decimal): -8928369 or 9421687. OLE color: 9421687.
HSL color Cylindrical-coordinate representation of color #77C38F: hue angle of 138.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C38F is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 143 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.24 |
| HSL | 138.95º | 0.39% | 0.62% | - |
| HSV(B) | 138.95º | 0.39% | 0.76% | - |
| XYZ | 32.08 | 44.94 | 32.97 | - |
| YUV | 166.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 143 | 0.39 | 0 | 0.27 | 0.24 | 138.95 | 0.39 | 0.62 |
| Hex | 77 | C3 | 8F | 27 | 0 | 1B | 18 | 8B | 27 | 3E |
| Octal | 167 | 303 | 217 | 47 | 0 | 33 | 30 | 213 | 47 | 76 |
| Binary | 1110111 | 11000011 | 10001111 | 100111 | 0 | 11011 | 11000 | 10001011 | 100111 | 111110 |
Color Harmonies of #77C38F
Complementary color
Monochromatic Colors of #77C38F
Black with #77C38F
Text Example
Text Example
White with #77C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C38F; }
p { color: rgb(119,195,143); }
H1.HeaderClassName
{
color: #77C38F;
}
.AnyTagClassName
{
color: #77C38F;
}
</style>
background-color css
<style>
a { background-color: #77C38F; }
a { background-color: rgb(119,195,143); }
div.DivClassName
{
background-color: #77C38F;
}
.BgClassName
{
background-color: #77C38F;
}
</style>
border-color css
<style>
span { border-color: #77C38F; }
span { border-color: rgb(119,195,143); }
td.TdClassName
{
border-color: #77C38F;
}
.TagClassName
{
border-color: #77C38F;
}
</style>