Shades of Apple #74AC41
Tints of Apple #74AC41
RGB
CMYK
RGB Variations
Color information
#74AC41 (or 0x74AC41) is known color: Apple. HEX triplet: 74, AC and 41. RGB value is (116,172,65). Sum of RGB (Red+Green+Blue) = 116+172+65=353 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.86% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC41 is #8B53BE. Grayscale: #8F8F8F. Windows color (decimal): -9130943 or 4303988. OLE color: 4303988.
HSL color Cylindrical-coordinate representation of color #74AC41: hue angle of 91.4º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74AC41 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 172 | 65 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.33 |
| HSL | 91.4º | 0.45% | 0.46% | - |
| HSV(B) | 91.4º | 0.62% | 0.67% | - |
| XYZ | 22.91 | 33.6 | 10.28 | - |
| YUV | 143.06 | 83.95 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 172 | 65 | 0.33 | 0 | 0.62 | 0.33 | 91.4 | 0.45 | 0.46 |
| Hex | 74 | AC | 41 | 21 | 0 | 3E | 21 | 5B | 2D | 2E |
| Octal | 164 | 254 | 101 | 41 | 0 | 76 | 41 | 133 | 55 | 56 |
| Binary | 1110100 | 10101100 | 1000001 | 100001 | 0 | 111110 | 100001 | 1011011 | 101101 | 101110 |
Color Harmonies of #74AC41
Complementary color
Monochromatic Colors of #74AC41
Black with #74AC41
Text Example
Text Example
White with #74AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74AC41; }
p { color: rgb(116,172,65); }
H1.HeaderClassName
{
color: #74AC41;
}
.AnyTagClassName
{
color: #74AC41;
}
</style>
background-color css
<style>
a { background-color: #74AC41; }
a { background-color: rgb(116,172,65); }
div.DivClassName
{
background-color: #74AC41;
}
.BgClassName
{
background-color: #74AC41;
}
</style>
border-color css
<style>
span { border-color: #74AC41; }
span { border-color: rgb(116,172,65); }
td.TdClassName
{
border-color: #74AC41;
}
.TagClassName
{
border-color: #74AC41;
}
</style>