Shades of Apple #77BB48
Tints of Apple #77BB48
RGB
CMYK
RGB Variations
Color information
#77BB48 (or 0x77BB48) is known color: Apple. HEX triplet: 77, BB and 48. RGB value is (119,187,72). Sum of RGB (Red+Green+Blue) = 119+187+72=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #77BB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BB48 is #8844B7. Grayscale: #999999. Windows color (decimal): -8930488 or 4766583. OLE color: 4766583.
HSL color Cylindrical-coordinate representation of color #77BB48: hue angle of 95.48º degrees, saturation: 0.46, 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 #77BB48 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 187 | 72 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.27 |
| HSL | 95.48º | 0.46% | 0.51% | - |
| HSV(B) | 95.48º | 0.61% | 0.73% | - |
| XYZ | 26.55 | 39.93 | 12.44 | - |
| YUV | 153.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 187 | 72 | 0.36 | 0 | 0.61 | 0.27 | 95.48 | 0.46 | 0.51 |
| Hex | 77 | BB | 48 | 24 | 0 | 3D | 1B | 5F | 2E | 33 |
| Octal | 167 | 273 | 110 | 44 | 0 | 75 | 33 | 137 | 56 | 63 |
| Binary | 1110111 | 10111011 | 1001000 | 100100 | 0 | 111101 | 11011 | 1011111 | 101110 | 110011 |
Color Harmonies of #77BB48
Complementary color
Monochromatic Colors of #77BB48
Black with #77BB48
Text Example
Text Example
White with #77BB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BB48; }
p { color: rgb(119,187,72); }
H1.HeaderClassName
{
color: #77BB48;
}
.AnyTagClassName
{
color: #77BB48;
}
</style>
background-color css
<style>
a { background-color: #77BB48; }
a { background-color: rgb(119,187,72); }
div.DivClassName
{
background-color: #77BB48;
}
.BgClassName
{
background-color: #77BB48;
}
</style>
border-color css
<style>
span { border-color: #77BB48; }
span { border-color: rgb(119,187,72); }
td.TdClassName
{
border-color: #77BB48;
}
.TagClassName
{
border-color: #77BB48;
}
</style>