Shades of Apple #77B43C
Tints of Apple #77B43C
RGB
CMYK
RGB Variations
Color information
#77B43C (or 0x77B43C) is known color: Apple. HEX triplet: 77, B4 and 3C. RGB value is (119,180,60). Sum of RGB (Red+Green+Blue) = 119+180+60=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #77B43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B43C is #884BC3. Grayscale: #949494. Windows color (decimal): -8932292 or 3978359. OLE color: 3978359.
HSL color Cylindrical-coordinate representation of color #77B43C: hue angle of 90.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77B43C is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 180 | 60 | - |
| CMYK | 0.34 | 0 | 0.67 | 0.29 |
| HSL | 90.5º | 0.5% | 0.47% | - |
| HSV(B) | 90.5º | 0.67% | 0.71% | - |
| XYZ | 24.74 | 36.89 | 10.09 | - |
| YUV | 148.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 180 | 60 | 0.34 | 0 | 0.67 | 0.29 | 90.5 | 0.5 | 0.47 |
| Hex | 77 | B4 | 3C | 22 | 0 | 43 | 1D | 5A | 32 | 2F |
| Octal | 167 | 264 | 74 | 42 | 0 | 103 | 35 | 132 | 62 | 57 |
| Binary | 1110111 | 10110100 | 111100 | 100010 | 0 | 1000011 | 11101 | 1011010 | 110010 | 101111 |
Color Harmonies of #77B43C
Complementary color
Monochromatic Colors of #77B43C
Black with #77B43C
Text Example
Text Example
White with #77B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B43C; }
p { color: rgb(119,180,60); }
H1.HeaderClassName
{
color: #77B43C;
}
.AnyTagClassName
{
color: #77B43C;
}
</style>
background-color css
<style>
a { background-color: #77B43C; }
a { background-color: rgb(119,180,60); }
div.DivClassName
{
background-color: #77B43C;
}
.BgClassName
{
background-color: #77B43C;
}
</style>
border-color css
<style>
span { border-color: #77B43C; }
span { border-color: rgb(119,180,60); }
td.TdClassName
{
border-color: #77B43C;
}
.TagClassName
{
border-color: #77B43C;
}
</style>