#74B04E

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

Shades of Apple #74B04E

Tints of Apple #74B04E

Color information

#74B04E (or 0x74B04E) is unknown color: approx Apple. HEX triplet: 74, B0 and 4E. RGB value is (116,176,78). Sum of RGB (Red+Green+Blue) = 116+176+78=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #74B04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74B04E is #8B4FB1. Grayscale: #939393. Windows color (decimal): -9129906 or 5156980. OLE color: 5156980.

HSL color Cylindrical-coordinate representation of color #74B04E: hue angle of 96.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74B04E is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB11617678-
CMYK0.3400.560.31
HSL96.73º38.58%49.8%-
HSV(B)96.73º55.68%69.02%-
XYZ24.135.3112.75-
YUV146.8989.12105.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 176 (69.14% from 255) = 47.57%
BLUE value IS 78 (30.86% from 255) = 21.08%
R=31.35%
G=47.57%
B=21.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116176780.3400.560.3196.7338.5849.8
Hex74B04E220381F612732
Octal16426011642070371414762
Binary11101001011000010011101000100111000111111100001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,176,78); }

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

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

 a { background-color: rgb(116,176,78); }

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

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

 span { border-color: rgb(116,176,78); }

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