#74B744

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

Shades of Apple #74B744

Tints of Apple #74B744

Color information

#74B744 (or 0x74B744) is unknown color: approx Apple. HEX triplet: 74, B7 and 44. RGB value is (116,183,68). Sum of RGB (Red+Green+Blue) = 116+183+68=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 183 (71.88% from 255 or 49.86% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 183 - color contains mainly: green. Hex color #74B744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B744 is #8B48BB. Grayscale: #969696. Windows color (decimal): -9128124 or 4503412. OLE color: 4503412.

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

Color convert

RGB11618368-
CMYK0.3700.630.28
HSL94.96º45.82%49.22%-
HSV(B)94.96º62.84%71.76%-
XYZ25.183811.48-
YUV149.8681.8103.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.61%
GREEN value IS 183 (71.88% from 255) = 49.86%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=31.61%
G=49.86%
B=18.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116183680.3700.630.2894.9645.8249.22
Hex74B7442503F1C5f2e31
Octal16426710445077341375661
Binary11101001011011110001001001010111111111001011111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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