Shades of Apple #77C335
Tints of Apple #77C335
RGB
CMYK
RGB Variations
Color information
#77C335 (or 0x77C335) is known color: Apple. HEX triplet: 77, C3 and 35. RGB value is (119,195,53). Sum of RGB (Red+Green+Blue) = 119+195+53=367 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.43% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #77C335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C335 is #883CCA. Grayscale: #9C9C9C. Windows color (decimal): -8928459 or 3523447. OLE color: 3523447.
HSL color Cylindrical-coordinate representation of color #77C335: hue angle of 92.11º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77C335 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 53 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.24 |
| HSL | 92.11º | 0.57% | 0.49% | - |
| HSV(B) | 92.11º | 0.73% | 0.76% | - |
| XYZ | 27.77 | 43.21 | 10.24 | - |
| YUV | 156.09 | 69.82 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 53 | 0.39 | 0 | 0.73 | 0.24 | 92.11 | 0.57 | 0.49 |
| Hex | 77 | C3 | 35 | 27 | 0 | 49 | 18 | 5C | 39 | 31 |
| Octal | 167 | 303 | 65 | 47 | 0 | 111 | 30 | 134 | 71 | 61 |
| Binary | 1110111 | 11000011 | 110101 | 100111 | 0 | 1001001 | 11000 | 1011100 | 111001 | 110001 |
Color Harmonies of #77C335
Complementary color
Monochromatic Colors of #77C335
Black with #77C335
Text Example
Text Example
White with #77C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C335; }
p { color: rgb(119,195,53); }
H1.HeaderClassName
{
color: #77C335;
}
.AnyTagClassName
{
color: #77C335;
}
</style>
background-color css
<style>
a { background-color: #77C335; }
a { background-color: rgb(119,195,53); }
div.DivClassName
{
background-color: #77C335;
}
.BgClassName
{
background-color: #77C335;
}
</style>
border-color css
<style>
span { border-color: #77C335; }
span { border-color: rgb(119,195,53); }
td.TdClassName
{
border-color: #77C335;
}
.TagClassName
{
border-color: #77C335;
}
</style>