#74AF4E

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

Shades of Apple #74AF4E

Tints of Apple #74AF4E

Color information

#74AF4E (or 0x74AF4E) is unknown color: approx Apple. HEX triplet: 74, AF and 4E. RGB value is (116,175,78). Sum of RGB (Red+Green+Blue) = 116+175+78=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AF4E is #8B50B1. Grayscale: #929292. Windows color (decimal): -9130162 or 5156724. OLE color: 5156724.

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

Color convert

RGB11617578-
CMYK0.3400.550.31
HSL96.49º38.34%49.61%-
HSV(B)96.49º55.43%68.63%-
XYZ23.9134.9212.69-
YUV146.389.45106.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 78 (30.86% from 255) = 21.14%
R=31.44%
G=47.43%
B=21.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175780.3400.550.3196.4938.3449.61
Hex74AF4E220371F602632
Octal16425711642067371404662
Binary11101001010111110011101000100110111111111100000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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