Html Css Color HEX #74AD4A Apple

📋 copy color: '#74AD4A'

red 116 ◦ green 173 ◦ blue 74

#74AD4A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #74AD4A

Tints of Apple #74AD4A

RGB

 RED value IS 116 (45.7% from 255) = 31.96%

 GREEN value IS 173 (67.97% from 255) = 47.66%

 BLUE value IS 74 (29.3% from 255) = 20.39%

R = 31.96%
G = 47.66%
B = 20.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#74AD4A (or 0x74AD4A) is known color: Apple. HEX triplet: 74, AD and 4A. RGB value is (116,173,74). Sum of RGB (Red+Green+Blue) = 116+173+74=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AD4A is #8B52B5. Grayscale: #919191. Windows color (decimal): -9130678 or 4894068. OLE color: 4894068.

HSL color Cylindrical-coordinate representation of color #74AD4A: hue angle of 94.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74AD4A is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 74 -
CMYK 0.33 0 0.57 0.32
HSL 94.55º 0.4% 0.48% -
HSV(B) 94.55º 0.57% 0.68% -
XYZ 23.38 34.09 11.83 -
YUV 144.67 88.12 107.55 -
System Red Green Blue C M Y K H S L
Decimal 116 173 74 0.33 0 0.57 0.32 94.55 0.4 0.48
Hex 74 AD 4A 21 0 39 20 5F 28 30
Octal 164 255 112 41 0 71 40 137 50 60
Binary 1110100 10101101 1001010 100001 0 111001 100000 1011111 101000 110000

Color Harmonies of #74AD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD4A

Black with #74AD4A

Text Example


Text Example

White with #74AD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,173,74); }

 H1.HeaderClassName
 {
   color: #74AD4A;
 }
 .AnyTagClassName
 {
   color: #74AD4A;
 }
</style>

background-color css

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

 a { background-color: rgb(116,173,74); }

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

border-color css

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

 span { border-color: rgb(116,173,74); }

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