#74B345

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

Shades of Apple #74B345

Tints of Apple #74B345

Color information

#74B345 (or 0x74B345) is unknown color: approx Apple. HEX triplet: 74, B3 and 45. RGB value is (116,179,69). Sum of RGB (Red+Green+Blue) = 116+179+69=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #74B345 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B345 is #8B4CBA. Grayscale: #949494. Windows color (decimal): -9129147 or 4567924. OLE color: 4567924.

HSL color Cylindrical-coordinate representation of color #74B345: hue angle of 94.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74B345 is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB11617969-
CMYK0.3500.610.30
HSL94.36º44.35%48.63%-
HSV(B)94.36º61.45%70.2%-
XYZ24.436.3811.37-
YUV147.6283.63105.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.87%
GREEN value IS 179 (70.31% from 255) = 49.18%
BLUE value IS 69 (27.34% from 255) = 18.96%
R=31.87%
G=49.18%
B=18.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal116179690.3500.610.3094.3644.3548.63
Hex74B3452303D1E5e2c31
Octal16426310543075361365461
Binary11101001011001110001011000110111101111101011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,179,69); }

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

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

 a { background-color: rgb(116,179,69); }

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

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

 span { border-color: rgb(116,179,69); }

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