Shades of Apple #77BA49
Tints of Apple #77BA49
RGB
CMYK
RGB Variations
Color information
#77BA49 (or 0x77BA49) is known color: Apple. HEX triplet: 77, BA and 49. RGB value is (119,186,73). Sum of RGB (Red+Green+Blue) = 119+186+73=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA49 is #8845B6. Grayscale: #999999. Windows color (decimal): -8930743 or 4831863. OLE color: 4831863.
HSL color Cylindrical-coordinate representation of color #77BA49: hue angle of 95.58º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77BA49 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 73 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.27 |
| HSL | 95.58º | 0.45% | 0.51% | - |
| HSV(B) | 95.58º | 0.61% | 0.73% | - |
| XYZ | 26.37 | 39.52 | 12.54 | - |
| YUV | 153.09 | 82.8 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 73 | 0.36 | 0 | 0.61 | 0.27 | 95.58 | 0.45 | 0.51 |
| Hex | 77 | BA | 49 | 24 | 0 | 3D | 1B | 60 | 2D | 33 |
| Octal | 167 | 272 | 111 | 44 | 0 | 75 | 33 | 140 | 55 | 63 |
| Binary | 1110111 | 10111010 | 1001001 | 100100 | 0 | 111101 | 11011 | 1100000 | 101101 | 110011 |
Color Harmonies of #77BA49
Complementary color
Monochromatic Colors of #77BA49
Black with #77BA49
Text Example
Text Example
White with #77BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA49; }
p { color: rgb(119,186,73); }
H1.HeaderClassName
{
color: #77BA49;
}
.AnyTagClassName
{
color: #77BA49;
}
</style>
background-color css
<style>
a { background-color: #77BA49; }
a { background-color: rgb(119,186,73); }
div.DivClassName
{
background-color: #77BA49;
}
.BgClassName
{
background-color: #77BA49;
}
</style>
border-color css
<style>
span { border-color: #77BA49; }
span { border-color: rgb(119,186,73); }
td.TdClassName
{
border-color: #77BA49;
}
.TagClassName
{
border-color: #77BA49;
}
</style>