Shades of Apple #77C33C
Tints of Apple #77C33C
RGB
CMYK
RGB Variations
Color information
#77C33C (or 0x77C33C) is known color: Apple. HEX triplet: 77, C3 and 3C. RGB value is (119,195,60). Sum of RGB (Red+Green+Blue) = 119+195+60=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #77C33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C33C is #883CC3. Grayscale: #9D9D9D. Windows color (decimal): -8928452 or 3982199. OLE color: 3982199.
HSL color Cylindrical-coordinate representation of color #77C33C: hue angle of 93.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77C33C is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 60 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.24 |
| HSL | 93.78º | 0.53% | 0.5% | - |
| HSV(B) | 93.78º | 0.69% | 0.76% | - |
| XYZ | 27.94 | 43.28 | 11.16 | - |
| YUV | 156.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 60 | 0.39 | 0 | 0.69 | 0.24 | 93.78 | 0.53 | 0.5 |
| Hex | 77 | C3 | 3C | 27 | 0 | 45 | 18 | 5E | 35 | 32 |
| Octal | 167 | 303 | 74 | 47 | 0 | 105 | 30 | 136 | 65 | 62 |
| Binary | 1110111 | 11000011 | 111100 | 100111 | 0 | 1000101 | 11000 | 1011110 | 110101 | 110010 |
Color Harmonies of #77C33C
Complementary color
Monochromatic Colors of #77C33C
Black with #77C33C
Text Example
Text Example
White with #77C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C33C; }
p { color: rgb(119,195,60); }
H1.HeaderClassName
{
color: #77C33C;
}
.AnyTagClassName
{
color: #77C33C;
}
</style>
background-color css
<style>
a { background-color: #77C33C; }
a { background-color: rgb(119,195,60); }
div.DivClassName
{
background-color: #77C33C;
}
.BgClassName
{
background-color: #77C33C;
}
</style>
border-color css
<style>
span { border-color: #77C33C; }
span { border-color: rgb(119,195,60); }
td.TdClassName
{
border-color: #77C33C;
}
.TagClassName
{
border-color: #77C33C;
}
</style>