#74AF45

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

Shades of Apple #74AF45

Tints of Apple #74AF45

Color information

#74AF45 (or 0x74AF45) is unknown color: approx Apple. HEX triplet: 74, AF and 45. RGB value is (116,175,69). Sum of RGB (Red+Green+Blue) = 116+175+69=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #74AF45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AF45 is #8B50BA. Grayscale: #919191. Windows color (decimal): -9130171 or 4566900. OLE color: 4566900.

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

Color convert

RGB11617569-
CMYK0.3400.610.31
HSL93.4º43.44%47.84%-
HSV(B)93.4º60.57%68.63%-
XYZ23.6134.811.1-
YUV145.2884.95107.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 175 (68.75% from 255) = 48.61%
BLUE value IS 69 (27.34% from 255) = 19.17%
R=32.22%
G=48.61%
B=19.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116175690.3400.610.3193.443.4447.84
Hex74AF452203D1F5d2b30
Octal16425710542075371355360
Binary11101001010111110001011000100111101111111011101101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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