Shades of Apple #77AF4B
Tints of Apple #77AF4B
RGB
CMYK
RGB Variations
Color information
#77AF4B (or 0x77AF4B) is known color: Apple. HEX triplet: 77, AF and 4B. RGB value is (119,175,75). Sum of RGB (Red+Green+Blue) = 119+175+75=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #77AF4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77AF4B is #8850B4. Grayscale: #939393. Windows color (decimal): -8933557 or 4960119. OLE color: 4960119.
HSL color Cylindrical-coordinate representation of color #77AF4B: hue angle of 93.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77AF4B is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 175 | 75 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.31 |
| HSL | 93.6º | 0.4% | 0.49% | - |
| HSV(B) | 93.6º | 0.57% | 0.69% | - |
| XYZ | 24.21 | 35.09 | 12.15 | - |
| YUV | 146.86 | 87.45 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 75 | 0.32 | 0 | 0.57 | 0.31 | 93.6 | 0.4 | 0.49 |
| Hex | 77 | AF | 4B | 20 | 0 | 39 | 1F | 5E | 28 | 31 |
| Octal | 167 | 257 | 113 | 40 | 0 | 71 | 37 | 136 | 50 | 61 |
| Binary | 1110111 | 10101111 | 1001011 | 100000 | 0 | 111001 | 11111 | 1011110 | 101000 | 110001 |
Color Harmonies of #77AF4B
Complementary color
Monochromatic Colors of #77AF4B
Black with #77AF4B
Text Example
Text Example
White with #77AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AF4B; }
p { color: rgb(119,175,75); }
H1.HeaderClassName
{
color: #77AF4B;
}
.AnyTagClassName
{
color: #77AF4B;
}
</style>
background-color css
<style>
a { background-color: #77AF4B; }
a { background-color: rgb(119,175,75); }
div.DivClassName
{
background-color: #77AF4B;
}
.BgClassName
{
background-color: #77AF4B;
}
</style>
border-color css
<style>
span { border-color: #77AF4B; }
span { border-color: rgb(119,175,75); }
td.TdClassName
{
border-color: #77AF4B;
}
.TagClassName
{
border-color: #77AF4B;
}
</style>