Shades of Bay Leaf #77C38C
Tints of Bay Leaf #77C38C
RGB
CMYK
RGB Variations
Color information
#77C38C (or 0x77C38C) is known color: Bay Leaf. HEX triplet: 77, C3 and 8C. RGB value is (119,195,140). Sum of RGB (Red+Green+Blue) = 119+195+140=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #77C38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C38C is #883C73. Grayscale: #A6A6A6. Windows color (decimal): -8928372 or 9225079. OLE color: 9225079.
HSL color Cylindrical-coordinate representation of color #77C38C: hue angle of 136.58º 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 #77C38C is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 140 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.24 |
| HSL | 136.58º | 0.39% | 0.62% | - |
| HSV(B) | 136.58º | 0.39% | 0.76% | - |
| XYZ | 31.86 | 44.85 | 31.79 | - |
| YUV | 166.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 140 | 0.39 | 0 | 0.28 | 0.24 | 136.58 | 0.39 | 0.62 |
| Hex | 77 | C3 | 8C | 27 | 0 | 1C | 18 | 89 | 27 | 3E |
| Octal | 167 | 303 | 214 | 47 | 0 | 34 | 30 | 211 | 47 | 76 |
| Binary | 1110111 | 11000011 | 10001100 | 100111 | 0 | 11100 | 11000 | 10001001 | 100111 | 111110 |
Color Harmonies of #77C38C
Complementary color
Monochromatic Colors of #77C38C
Black with #77C38C
Text Example
Text Example
White with #77C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C38C; }
p { color: rgb(119,195,140); }
H1.HeaderClassName
{
color: #77C38C;
}
.AnyTagClassName
{
color: #77C38C;
}
</style>
background-color css
<style>
a { background-color: #77C38C; }
a { background-color: rgb(119,195,140); }
div.DivClassName
{
background-color: #77C38C;
}
.BgClassName
{
background-color: #77C38C;
}
</style>
border-color css
<style>
span { border-color: #77C38C; }
span { border-color: rgb(119,195,140); }
td.TdClassName
{
border-color: #77C38C;
}
.TagClassName
{
border-color: #77C38C;
}
</style>