Shades of Apple #77BA44
Tints of Apple #77BA44
RGB
CMYK
RGB Variations
Color information
#77BA44 (or 0x77BA44) is known color: Apple. HEX triplet: 77, BA and 44. RGB value is (119,186,68). Sum of RGB (Red+Green+Blue) = 119+186+68=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BA44 is #8845BB. Grayscale: #989898. Windows color (decimal): -8930748 or 4504183. OLE color: 4504183.
HSL color Cylindrical-coordinate representation of color #77BA44: hue angle of 94.07º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77BA44 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 186 | 68 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.27 |
| HSL | 94.07º | 0.46% | 0.5% | - |
| HSV(B) | 94.07º | 0.63% | 0.73% | - |
| XYZ | 26.21 | 39.46 | 11.7 | - |
| YUV | 152.52 | 80.3 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 186 | 68 | 0.36 | 0 | 0.63 | 0.27 | 94.07 | 0.46 | 0.5 |
| Hex | 77 | BA | 44 | 24 | 0 | 3F | 1B | 5E | 2E | 32 |
| Octal | 167 | 272 | 104 | 44 | 0 | 77 | 33 | 136 | 56 | 62 |
| Binary | 1110111 | 10111010 | 1000100 | 100100 | 0 | 111111 | 11011 | 1011110 | 101110 | 110010 |
Color Harmonies of #77BA44
Complementary color
Monochromatic Colors of #77BA44
Black with #77BA44
Text Example
Text Example
White with #77BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BA44; }
p { color: rgb(119,186,68); }
H1.HeaderClassName
{
color: #77BA44;
}
.AnyTagClassName
{
color: #77BA44;
}
</style>
background-color css
<style>
a { background-color: #77BA44; }
a { background-color: rgb(119,186,68); }
div.DivClassName
{
background-color: #77BA44;
}
.BgClassName
{
background-color: #77BA44;
}
</style>
border-color css
<style>
span { border-color: #77BA44; }
span { border-color: rgb(119,186,68); }
td.TdClassName
{
border-color: #77BA44;
}
.TagClassName
{
border-color: #77BA44;
}
</style>