Shades of Apple #74AA46
Tints of Apple #74AA46
RGB
CMYK
RGB Variations
Color information
#74AA46 (or 0x74AA46) is known color: Apple. HEX triplet: 74, AA and 46. RGB value is (116,170,70). Sum of RGB (Red+Green+Blue) = 116+170+70=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AA46 is #8B55B9. Grayscale: #8E8E8E. Windows color (decimal): -9131450 or 4631156. OLE color: 4631156.
HSL color Cylindrical-coordinate representation of color #74AA46: hue angle of 92.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74AA46 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 170 | 70 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.33 |
| HSL | 92.4º | 0.42% | 0.47% | - |
| HSV(B) | 92.4º | 0.59% | 0.67% | - |
| XYZ | 22.68 | 32.9 | 10.95 | - |
| YUV | 142.45 | 87.11 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 170 | 70 | 0.32 | 0 | 0.59 | 0.33 | 92.4 | 0.42 | 0.47 |
| Hex | 74 | AA | 46 | 20 | 0 | 3B | 21 | 5C | 2A | 2F |
| Octal | 164 | 252 | 106 | 40 | 0 | 73 | 41 | 134 | 52 | 57 |
| Binary | 1110100 | 10101010 | 1000110 | 100000 | 0 | 111011 | 100001 | 1011100 | 101010 | 101111 |
Color Harmonies of #74AA46
Complementary color
Monochromatic Colors of #74AA46
Black with #74AA46
Text Example
Text Example
White with #74AA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AA46; }
p { color: rgb(116,170,70); }
H1.HeaderClassName
{
color: #74AA46;
}
.AnyTagClassName
{
color: #74AA46;
}
</style>
background-color css
<style>
a { background-color: #74AA46; }
a { background-color: rgb(116,170,70); }
div.DivClassName
{
background-color: #74AA46;
}
.BgClassName
{
background-color: #74AA46;
}
</style>
border-color css
<style>
span { border-color: #74AA46; }
span { border-color: rgb(116,170,70); }
td.TdClassName
{
border-color: #74AA46;
}
.TagClassName
{
border-color: #74AA46;
}
</style>