Shades of Apple #77B84B
Tints of Apple #77B84B
RGB
CMYK
RGB Variations
Color information
#77B84B (or 0x77B84B) is known color: Apple. HEX triplet: 77, B8 and 4B. RGB value is (119,184,75). Sum of RGB (Red+Green+Blue) = 119+184+75=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #77B84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B84B is #8847B4. Grayscale: #989898. Windows color (decimal): -8931253 or 4962423. OLE color: 4962423.
HSL color Cylindrical-coordinate representation of color #77B84B: hue angle of 95.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77B84B is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 119 | 184 | 75 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.28 |
| HSL | 95.78º | 0.43% | 0.51% | - |
| HSV(B) | 95.78º | 0.59% | 0.72% | - |
| XYZ | 26.02 | 38.71 | 12.76 | - |
| YUV | 152.14 | 84.47 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 184 | 75 | 0.35 | 0 | 0.59 | 0.28 | 95.78 | 0.43 | 0.51 |
| Hex | 77 | B8 | 4B | 23 | 0 | 3B | 1C | 60 | 2B | 33 |
| Octal | 167 | 270 | 113 | 43 | 0 | 73 | 34 | 140 | 53 | 63 |
| Binary | 1110111 | 10111000 | 1001011 | 100011 | 0 | 111011 | 11100 | 1100000 | 101011 | 110011 |
Color Harmonies of #77B84B
Complementary color
Monochromatic Colors of #77B84B
Black with #77B84B
Text Example
Text Example
White with #77B84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B84B; }
p { color: rgb(119,184,75); }
H1.HeaderClassName
{
color: #77B84B;
}
.AnyTagClassName
{
color: #77B84B;
}
</style>
background-color css
<style>
a { background-color: #77B84B; }
a { background-color: rgb(119,184,75); }
div.DivClassName
{
background-color: #77B84B;
}
.BgClassName
{
background-color: #77B84B;
}
</style>
border-color css
<style>
span { border-color: #77B84B; }
span { border-color: rgb(119,184,75); }
td.TdClassName
{
border-color: #77B84B;
}
.TagClassName
{
border-color: #77B84B;
}
</style>