Shades of Apple #77B63C
Tints of Apple #77B63C
RGB
CMYK
RGB Variations
Color information
#77B63C (or 0x77B63C) is known color: Apple. HEX triplet: 77, B6 and 3C. RGB value is (119,182,60). Sum of RGB (Red+Green+Blue) = 119+182+60=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #77B63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77B63C is #8849C3. Grayscale: #959595. Windows color (decimal): -8931780 or 3978871. OLE color: 3978871.
HSL color Cylindrical-coordinate representation of color #77B63C: hue angle of 90.98º 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 #77B63C is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 182 | 60 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.29 |
| HSL | 90.98º | 0.5% | 0.47% | - |
| HSV(B) | 90.98º | 0.67% | 0.71% | - |
| XYZ | 25.15 | 37.7 | 10.23 | - |
| YUV | 149.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 182 | 60 | 0.35 | 0 | 0.67 | 0.29 | 90.98 | 0.5 | 0.47 |
| Hex | 77 | B6 | 3C | 23 | 0 | 43 | 1D | 5B | 32 | 2F |
| Octal | 167 | 266 | 74 | 43 | 0 | 103 | 35 | 133 | 62 | 57 |
| Binary | 1110111 | 10110110 | 111100 | 100011 | 0 | 1000011 | 11101 | 1011011 | 110010 | 101111 |
Color Harmonies of #77B63C
Complementary color
Monochromatic Colors of #77B63C
Black with #77B63C
Text Example
Text Example
White with #77B63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B63C; }
p { color: rgb(119,182,60); }
H1.HeaderClassName
{
color: #77B63C;
}
.AnyTagClassName
{
color: #77B63C;
}
</style>
background-color css
<style>
a { background-color: #77B63C; }
a { background-color: rgb(119,182,60); }
div.DivClassName
{
background-color: #77B63C;
}
.BgClassName
{
background-color: #77B63C;
}
</style>
border-color css
<style>
span { border-color: #77B63C; }
span { border-color: rgb(119,182,60); }
td.TdClassName
{
border-color: #77B63C;
}
.TagClassName
{
border-color: #77B63C;
}
</style>