Shades of Apple #77B448
Tints of Apple #77B448
RGB
CMYK
RGB Variations
Color information
#77B448 (or 0x77B448) is known color: Apple. HEX triplet: 77, B4 and 48. RGB value is (119,180,72). Sum of RGB (Red+Green+Blue) = 119+180+72=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #77B448 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B448 is #884BB7. Grayscale: #959595. Windows color (decimal): -8932280 or 4764791. OLE color: 4764791.
HSL color Cylindrical-coordinate representation of color #77B448: hue angle of 93.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77B448 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 72 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.29 |
| HSL | 93.89º | 0.43% | 0.49% | - |
| HSV(B) | 93.89º | 0.6% | 0.71% | - |
| XYZ | 25.1 | 37.03 | 11.96 | - |
| YUV | 149.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 72 | 0.34 | 0 | 0.60 | 0.29 | 93.89 | 0.43 | 0.49 |
| Hex | 77 | B4 | 48 | 22 | 0 | 3C | 1D | 5E | 2B | 31 |
| Octal | 167 | 264 | 110 | 42 | 0 | 74 | 35 | 136 | 53 | 61 |
| Binary | 1110111 | 10110100 | 1001000 | 100010 | 0 | 111100 | 11101 | 1011110 | 101011 | 110001 |
Color Harmonies of #77B448
Complementary color
Monochromatic Colors of #77B448
Black with #77B448
Text Example
Text Example
White with #77B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B448; }
p { color: rgb(119,180,72); }
H1.HeaderClassName
{
color: #77B448;
}
.AnyTagClassName
{
color: #77B448;
}
</style>
background-color css
<style>
a { background-color: #77B448; }
a { background-color: rgb(119,180,72); }
div.DivClassName
{
background-color: #77B448;
}
.BgClassName
{
background-color: #77B448;
}
</style>
border-color css
<style>
span { border-color: #77B448; }
span { border-color: rgb(119,180,72); }
td.TdClassName
{
border-color: #77B448;
}
.TagClassName
{
border-color: #77B448;
}
</style>