Shades of Apple #77AF40
Tints of Apple #77AF40
RGB
CMYK
RGB Variations
Color information
#77AF40 (or 0x77AF40) is known color: Apple. HEX triplet: 77, AF and 40. RGB value is (119,175,64). Sum of RGB (Red+Green+Blue) = 119+175+64=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF40 is #8850BF. Grayscale: #919191. Windows color (decimal): -8933568 or 4239223. OLE color: 4239223.
HSL color Cylindrical-coordinate representation of color #77AF40: hue angle of 90.27º 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 #77AF40 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 64 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.31 |
| HSL | 90.27º | 0.46% | 0.47% | - |
| HSV(B) | 90.27º | 0.63% | 0.69% | - |
| XYZ | 23.86 | 34.95 | 10.34 | - |
| YUV | 145.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 64 | 0.32 | 0 | 0.63 | 0.31 | 90.27 | 0.46 | 0.47 |
| Hex | 77 | AF | 40 | 20 | 0 | 3F | 1F | 5A | 2E | 2F |
| Octal | 167 | 257 | 100 | 40 | 0 | 77 | 37 | 132 | 56 | 57 |
| Binary | 1110111 | 10101111 | 1000000 | 100000 | 0 | 111111 | 11111 | 1011010 | 101110 | 101111 |
Color Harmonies of #77AF40
Complementary color
Monochromatic Colors of #77AF40
Black with #77AF40
Text Example
Text Example
White with #77AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF40; }
p { color: rgb(119,175,64); }
H1.HeaderClassName
{
color: #77AF40;
}
.AnyTagClassName
{
color: #77AF40;
}
</style>
background-color css
<style>
a { background-color: #77AF40; }
a { background-color: rgb(119,175,64); }
div.DivClassName
{
background-color: #77AF40;
}
.BgClassName
{
background-color: #77AF40;
}
</style>
border-color css
<style>
span { border-color: #77AF40; }
span { border-color: rgb(119,175,64); }
td.TdClassName
{
border-color: #77AF40;
}
.TagClassName
{
border-color: #77AF40;
}
</style>