Shades of Bay Leaf #77C28A
Tints of Bay Leaf #77C28A
RGB
CMYK
RGB Variations
Color information
#77C28A (or 0x77C28A) is known color: Bay Leaf. HEX triplet: 77, C2 and 8A. RGB value is (119,194,138). Sum of RGB (Red+Green+Blue) = 119+194+138=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #77C28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C28A is #883D75. Grayscale: #A5A5A5. Windows color (decimal): -8928630 or 9093751. OLE color: 9093751.
HSL color Cylindrical-coordinate representation of color #77C28A: hue angle of 135.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C28A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 194 | 138 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.24 |
| HSL | 135.2º | 0.38% | 0.61% | - |
| HSV(B) | 135.2º | 0.39% | 0.76% | - |
| XYZ | 31.49 | 44.34 | 30.94 | - |
| YUV | 165.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 194 | 138 | 0.39 | 0 | 0.29 | 0.24 | 135.2 | 0.38 | 0.61 |
| Hex | 77 | C2 | 8A | 27 | 0 | 1D | 18 | 87 | 26 | 3D |
| Octal | 167 | 302 | 212 | 47 | 0 | 35 | 30 | 207 | 46 | 75 |
| Binary | 1110111 | 11000010 | 10001010 | 100111 | 0 | 11101 | 11000 | 10000111 | 100110 | 111101 |
Color Harmonies of #77C28A
Complementary color
Monochromatic Colors of #77C28A
Black with #77C28A
Text Example
Text Example
White with #77C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C28A; }
p { color: rgb(119,194,138); }
H1.HeaderClassName
{
color: #77C28A;
}
.AnyTagClassName
{
color: #77C28A;
}
</style>
background-color css
<style>
a { background-color: #77C28A; }
a { background-color: rgb(119,194,138); }
div.DivClassName
{
background-color: #77C28A;
}
.BgClassName
{
background-color: #77C28A;
}
</style>
border-color css
<style>
span { border-color: #77C28A; }
span { border-color: rgb(119,194,138); }
td.TdClassName
{
border-color: #77C28A;
}
.TagClassName
{
border-color: #77C28A;
}
</style>