Shades of Apple #77AF4A
Tints of Apple #77AF4A
RGB
CMYK
RGB Variations
Color information
#77AF4A (or 0x77AF4A) is known color: Apple. HEX triplet: 77, AF and 4A. RGB value is (119,175,74). Sum of RGB (Red+Green+Blue) = 119+175+74=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF4A is #8850B5. Grayscale: #939393. Windows color (decimal): -8933558 or 4894583. OLE color: 4894583.
HSL color Cylindrical-coordinate representation of color #77AF4A: hue angle of 93.27º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77AF4A is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 74 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.31 |
| HSL | 93.27º | 0.41% | 0.49% | - |
| HSV(B) | 93.27º | 0.58% | 0.69% | - |
| XYZ | 24.17 | 35.08 | 11.97 | - |
| YUV | 146.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 74 | 0.32 | 0 | 0.58 | 0.31 | 93.27 | 0.41 | 0.49 |
| Hex | 77 | AF | 4A | 20 | 0 | 3A | 1F | 5D | 29 | 31 |
| Octal | 167 | 257 | 112 | 40 | 0 | 72 | 37 | 135 | 51 | 61 |
| Binary | 1110111 | 10101111 | 1001010 | 100000 | 0 | 111010 | 11111 | 1011101 | 101001 | 110001 |
Color Harmonies of #77AF4A
Complementary color
Monochromatic Colors of #77AF4A
Black with #77AF4A
Text Example
Text Example
White with #77AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF4A; }
p { color: rgb(119,175,74); }
H1.HeaderClassName
{
color: #77AF4A;
}
.AnyTagClassName
{
color: #77AF4A;
}
</style>
background-color css
<style>
a { background-color: #77AF4A; }
a { background-color: rgb(119,175,74); }
div.DivClassName
{
background-color: #77AF4A;
}
.BgClassName
{
background-color: #77AF4A;
}
</style>
border-color css
<style>
span { border-color: #77AF4A; }
span { border-color: rgb(119,175,74); }
td.TdClassName
{
border-color: #77AF4A;
}
.TagClassName
{
border-color: #77AF4A;
}
</style>