Shades of Apple #77AF3F
Tints of Apple #77AF3F
RGB
CMYK
RGB Variations
Color information
#77AF3F (or 0x77AF3F) is known color: Apple. HEX triplet: 77, AF and 3F. RGB value is (119,175,63). Sum of RGB (Red+Green+Blue) = 119+175+63=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF3F is #8850C0. Grayscale: #919191. Windows color (decimal): -8933569 or 4173687. OLE color: 4173687.
HSL color Cylindrical-coordinate representation of color #77AF3F: hue angle of 90º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77AF3F is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 63 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.31 |
| HSL | 90º | 0.47% | 0.47% | - |
| HSV(B) | 90º | 0.64% | 0.69% | - |
| XYZ | 23.83 | 34.94 | 10.19 | - |
| YUV | 145.49 | 81.45 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 63 | 0.32 | 0 | 0.64 | 0.31 | 90 | 0.47 | 0.47 |
| Hex | 77 | AF | 3F | 20 | 0 | 40 | 1F | 5A | 2F | 2F |
| Octal | 167 | 257 | 77 | 40 | 0 | 100 | 37 | 132 | 57 | 57 |
| Binary | 1110111 | 10101111 | 111111 | 100000 | 0 | 1000000 | 11111 | 1011010 | 101111 | 101111 |
Color Harmonies of #77AF3F
Complementary color
Monochromatic Colors of #77AF3F
Black with #77AF3F
Text Example
Text Example
White with #77AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF3F; }
p { color: rgb(119,175,63); }
H1.HeaderClassName
{
color: #77AF3F;
}
.AnyTagClassName
{
color: #77AF3F;
}
</style>
background-color css
<style>
a { background-color: #77AF3F; }
a { background-color: rgb(119,175,63); }
div.DivClassName
{
background-color: #77AF3F;
}
.BgClassName
{
background-color: #77AF3F;
}
</style>
border-color css
<style>
span { border-color: #77AF3F; }
span { border-color: rgb(119,175,63); }
td.TdClassName
{
border-color: #77AF3F;
}
.TagClassName
{
border-color: #77AF3F;
}
</style>