#74B745

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

Shades of Apple #74B745

Tints of Apple #74B745

Color information

#74B745 (or 0x74B745) is unknown color: approx Apple. HEX triplet: 74, B7 and 45. RGB value is (116,183,69). Sum of RGB (Red+Green+Blue) = 116+183+69=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 183 (71.88% from 255 or 49.73% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 183 - color contains mainly: green. Hex color #74B745 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B745 is #8B48BA. Grayscale: #969696. Windows color (decimal): -9128123 or 4568948. OLE color: 4568948.

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

Color convert

RGB11618369-
CMYK0.3700.620.28
HSL95.26º45.24%49.41%-
HSV(B)95.26º62.3%71.76%-
XYZ25.2138.0111.64-
YUV149.9782.3103.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 183 (71.88% from 255) = 49.73%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=31.52%
G=49.73%
B=18.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116183690.3700.620.2895.2645.2449.41
Hex74B7452503E1C5f2d31
Octal16426710545076341375561
Binary11101001011011110001011001010111110111001011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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