#74B946

Color #74B946 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #74B946

Tints of Apple #74B946

Color information

#74B946 (or 0x74B946) is unknown color: approx Apple. HEX triplet: 74, B9 and 46. RGB value is (116,185,70). Sum of RGB (Red+Green+Blue) = 116+185+70=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #74B946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B946 is #8B46B9. Grayscale: #979797. Windows color (decimal): -9127610 or 4634996. OLE color: 4634996.

HSL color Cylindrical-coordinate representation of color #74B946: hue angle of 96º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74B946 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB11618570-
CMYK0.3700.620.27
HSL96º45.1%50%-
HSV(B)96º62.16%72.55%-
XYZ25.6638.8511.94-
YUV151.2682.14102.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 70 (27.73% from 255) = 18.87%
R=31.27%
G=49.87%
B=18.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116185700.3700.620.279645.150
Hex74B9462503E1B602d32
Octal16427110645076331405562
Binary11101001011100110001101001010111110110111100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74B946; }

 p { color: rgb(116,185,70); }

 H1.HeaderClassName
 {
   color: #74B946;
 }
 .AnyTagClassName
 {
   color: #74B946;
 }
</style>
background-color css

<style>
 a { background-color: #74B946; }

 a { background-color: rgb(116,185,70); }

 div.DivClassName
 {
   background-color: #74B946;
 }
 .BgClassName
 {
   background-color: #74B946;
 }
</style>
border-color css

<style>
 span { border-color: #74B946; }

 span { border-color: rgb(116,185,70); }

 td.TdClassName
 {
   border-color: #74B946;
 }
 .TagClassName
 {
   border-color: #74B946;
 }
</style>