#74B84B

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

Shades of Apple #74B84B

Tints of Apple #74B84B

Color information

#74B84B (or 0x74B84B) is unknown color: approx Apple. HEX triplet: 74, B8 and 4B. RGB value is (116,184,75). Sum of RGB (Red+Green+Blue) = 116+184+75=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 184 (72.27% from 255 or 49.07% from 375); Blue value is 75 (29.69% from 255 or 20% from 375); Max value from RGB is 184 - color contains mainly: green. Hex color #74B84B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B84B is #8B47B4. Grayscale: #979797. Windows color (decimal): -9127861 or 4962420. OLE color: 4962420.

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

Color convert

RGB11618475-
CMYK0.3700.590.28
HSL97.43º43.43%50.78%-
HSV(B)97.43º59.24%72.16%-
XYZ25.6138.512.74-
YUV151.2484.97102.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.93%
GREEN value IS 184 (72.27% from 255) = 49.07%
BLUE value IS 75 (29.69% from 255) = 20%
R=30.93%
G=49.07%
B=20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116184750.3700.590.2897.4343.4350.78
Hex74B84B2503B1C612b33
Octal16427011345073341415363
Binary11101001011100010010111001010111011111001100001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,184,75); }

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

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

 a { background-color: rgb(116,184,75); }

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

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

 span { border-color: rgb(116,184,75); }

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