Html Css Color HEX #74AB4A Apple

📋 copy color: '#74AB4A'

red 116 ◦ green 171 ◦ blue 74

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

Shades of Apple #74AB4A

Tints of Apple #74AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 47.37%

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

R = 32.13%
G = 47.37%
B = 20.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#74AB4A (or 0x74AB4A) is known color: Apple. HEX triplet: 74, AB and 4A. RGB value is (116,171,74). Sum of RGB (Red+Green+Blue) = 116+171+74=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB4A is #8B54B5. Grayscale: #8F8F8F. Windows color (decimal): -9131190 or 4893556. OLE color: 4893556.

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

Color convert

RGB 116 171 74 -
CMYK 0.32 0 0.57 0.33
HSL 94.02º 0.4% 0.48% -
HSV(B) 94.02º 0.57% 0.67% -
XYZ 23 33.33 11.7 -
YUV 143.5 88.78 108.39 -
System Red Green Blue C M Y K H S L
Decimal 116 171 74 0.32 0 0.57 0.33 94.02 0.4 0.48
Hex 74 AB 4A 20 0 39 21 5E 28 30
Octal 164 253 112 40 0 71 41 136 50 60
Binary 1110100 10101011 1001010 100000 0 111001 100001 1011110 101000 110000

Color Harmonies of #74AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AB4A

Black with #74AB4A

Text Example


Text Example

White with #74AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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