Html Css Color HEX #71AB4A Apple

📋 copy color: '#71AB4A'

red 113 ◦ green 171 ◦ blue 74

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

Shades of Apple #71AB4A

Tints of Apple #71AB4A

RGB

 RED value IS 113 (44.53% from 255) = 31.56%

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

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

R = 31.56%
G = 47.77%
B = 20.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#71AB4A (or 0x71AB4A) is known color: Apple. HEX triplet: 71, AB and 4A. RGB value is (113,171,74). Sum of RGB (Red+Green+Blue) = 113+171+74=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 171 (67.19% from 255 or 47.77% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB4A is #8E54B5. Grayscale: #8E8E8E. Windows color (decimal): -9327798 or 4893553. OLE color: 4893553.

HSL color Cylindrical-coordinate representation of color #71AB4A: hue angle of 95.88º 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 #71AB4A is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 74 -
CMYK 0.34 0 0.57 0.33
HSL 95.88º 0.4% 0.48% -
HSV(B) 95.88º 0.57% 0.67% -
XYZ 22.61 33.13 11.68 -
YUV 142.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 113 171 74 0.34 0 0.57 0.33 95.88 0.4 0.48
Hex 71 AB 4A 22 0 39 21 60 28 30
Octal 161 253 112 42 0 71 41 140 50 60
Binary 1110001 10101011 1001010 100010 0 111001 100001 1100000 101000 110000

Color Harmonies of #71AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB4A

Black with #71AB4A

Text Example


Text Example

White with #71AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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