Shades of Apple #77C33A
Tints of Apple #77C33A
RGB
CMYK
RGB Variations
Color information
#77C33A (or 0x77C33A) is known color: Apple. HEX triplet: 77, C3 and 3A. RGB value is (119,195,58). Sum of RGB (Red+Green+Blue) = 119+195+58=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #77C33A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C33A is #883CC5. Grayscale: #9D9D9D. Windows color (decimal): -8928454 or 3851127. OLE color: 3851127.
HSL color Cylindrical-coordinate representation of color #77C33A: hue angle of 93.28º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77C33A is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 58 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.24 |
| HSL | 93.28º | 0.54% | 0.5% | - |
| HSV(B) | 93.28º | 0.7% | 0.76% | - |
| XYZ | 27.89 | 43.26 | 10.88 | - |
| YUV | 156.66 | 72.32 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 58 | 0.39 | 0 | 0.70 | 0.24 | 93.28 | 0.54 | 0.5 |
| Hex | 77 | C3 | 3A | 27 | 0 | 46 | 18 | 5D | 36 | 32 |
| Octal | 167 | 303 | 72 | 47 | 0 | 106 | 30 | 135 | 66 | 62 |
| Binary | 1110111 | 11000011 | 111010 | 100111 | 0 | 1000110 | 11000 | 1011101 | 110110 | 110010 |
Color Harmonies of #77C33A
Complementary color
Monochromatic Colors of #77C33A
Black with #77C33A
Text Example
Text Example
White with #77C33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C33A; }
p { color: rgb(119,195,58); }
H1.HeaderClassName
{
color: #77C33A;
}
.AnyTagClassName
{
color: #77C33A;
}
</style>
background-color css
<style>
a { background-color: #77C33A; }
a { background-color: rgb(119,195,58); }
div.DivClassName
{
background-color: #77C33A;
}
.BgClassName
{
background-color: #77C33A;
}
</style>
border-color css
<style>
span { border-color: #77C33A; }
span { border-color: rgb(119,195,58); }
td.TdClassName
{
border-color: #77C33A;
}
.TagClassName
{
border-color: #77C33A;
}
</style>