Shades of Apple #77AF41
Tints of Apple #77AF41
RGB
CMYK
RGB Variations
Color information
#77AF41 (or 0x77AF41) is known color: Apple. HEX triplet: 77, AF and 41. RGB value is (119,175,65). Sum of RGB (Red+Green+Blue) = 119+175+65=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF41 is #8850BE. Grayscale: #929292. Windows color (decimal): -8933567 or 4304759. OLE color: 4304759.
HSL color Cylindrical-coordinate representation of color #77AF41: hue angle of 90.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77AF41 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 65 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.31 |
| HSL | 90.55º | 0.46% | 0.47% | - |
| HSV(B) | 90.55º | 0.63% | 0.69% | - |
| XYZ | 23.89 | 34.96 | 10.49 | - |
| YUV | 145.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 65 | 0.32 | 0 | 0.63 | 0.31 | 90.55 | 0.46 | 0.47 |
| Hex | 77 | AF | 41 | 20 | 0 | 3F | 1F | 5B | 2E | 2F |
| Octal | 167 | 257 | 101 | 40 | 0 | 77 | 37 | 133 | 56 | 57 |
| Binary | 1110111 | 10101111 | 1000001 | 100000 | 0 | 111111 | 11111 | 1011011 | 101110 | 101111 |
Color Harmonies of #77AF41
Complementary color
Monochromatic Colors of #77AF41
Black with #77AF41
Text Example
Text Example
White with #77AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF41; }
p { color: rgb(119,175,65); }
H1.HeaderClassName
{
color: #77AF41;
}
.AnyTagClassName
{
color: #77AF41;
}
</style>
background-color css
<style>
a { background-color: #77AF41; }
a { background-color: rgb(119,175,65); }
div.DivClassName
{
background-color: #77AF41;
}
.BgClassName
{
background-color: #77AF41;
}
</style>
border-color css
<style>
span { border-color: #77AF41; }
span { border-color: rgb(119,175,65); }
td.TdClassName
{
border-color: #77AF41;
}
.TagClassName
{
border-color: #77AF41;
}
</style>