Shades of Apple #74AC47
Tints of Apple #74AC47
RGB
CMYK
RGB Variations
Color information
#74AC47 (or 0x74AC47) is known color: Apple. HEX triplet: 74, AC and 47. RGB value is (116,172,71). Sum of RGB (Red+Green+Blue) = 116+172+71=359 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.31% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC47 is #8B53B8. Grayscale: #909090. Windows color (decimal): -9130937 or 4697204. OLE color: 4697204.
HSL color Cylindrical-coordinate representation of color #74AC47: hue angle of 93.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74AC47 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 71 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.33 |
| HSL | 93.27º | 0.42% | 0.48% | - |
| HSV(B) | 93.27º | 0.59% | 0.67% | - |
| XYZ | 23.09 | 33.67 | 11.24 | - |
| YUV | 143.74 | 86.95 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 71 | 0.33 | 0 | 0.59 | 0.33 | 93.27 | 0.42 | 0.48 |
| Hex | 74 | AC | 47 | 21 | 0 | 3B | 21 | 5D | 2A | 30 |
| Octal | 164 | 254 | 107 | 41 | 0 | 73 | 41 | 135 | 52 | 60 |
| Binary | 1110100 | 10101100 | 1000111 | 100001 | 0 | 111011 | 100001 | 1011101 | 101010 | 110000 |
Color Harmonies of #74AC47
Complementary color
Monochromatic Colors of #74AC47
Black with #74AC47
Text Example
Text Example
White with #74AC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC47; }
p { color: rgb(116,172,71); }
H1.HeaderClassName
{
color: #74AC47;
}
.AnyTagClassName
{
color: #74AC47;
}
</style>
background-color css
<style>
a { background-color: #74AC47; }
a { background-color: rgb(116,172,71); }
div.DivClassName
{
background-color: #74AC47;
}
.BgClassName
{
background-color: #74AC47;
}
</style>
border-color css
<style>
span { border-color: #74AC47; }
span { border-color: rgb(116,172,71); }
td.TdClassName
{
border-color: #74AC47;
}
.TagClassName
{
border-color: #74AC47;
}
</style>