#74B84D

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

Shades of Apple #74B84D

Tints of Apple #74B84D

Color information

#74B84D (or 0x74B84D) is unknown color: approx Apple. HEX triplet: 74, B8 and 4D. RGB value is (116,184,77). Sum of RGB (Red+Green+Blue) = 116+184+77=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #74B84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74B84D is #8B47B2. Grayscale: #979797. Windows color (decimal): -9127859 or 5093492. OLE color: 5093492.

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

Color convert

RGB11618477-
CMYK0.3700.580.28
HSL98.13º42.97%51.18%-
HSV(B)98.13º58.15%72.16%-
XYZ25.6838.5313.1-
YUV151.4785.97102.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 184 (72.27% from 255) = 48.81%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=30.77%
G=48.81%
B=20.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal116184770.3700.580.2898.1342.9751.18
Hex74B84D2503A1C622b33
Octal16427011545072341425363
Binary11101001011100010011011001010111010111001100010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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