Html Css Color HEX #71AB49 Apple

📋 copy color: '#71AB49'

red 113 ◦ green 171 ◦ blue 73

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

Shades of Apple #71AB49

Tints of Apple #71AB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.45%

R = 31.65%
G = 47.9%
B = 20.45%

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

#71AB49 (or 0x71AB49) is known color: Apple. HEX triplet: 71, AB and 49. RGB value is (113,171,73). Sum of RGB (Red+Green+Blue) = 113+171+73=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 73 (28.91% from 255 or 20.45% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB49 is #8E54B6. Grayscale: #8E8E8E. Windows color (decimal): -9327799 or 4828017. OLE color: 4828017.

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

Color convert

RGB 113 171 73 -
CMYK 0.34 0 0.57 0.33
HSL 95.51º 0.4% 0.48% -
HSV(B) 95.51º 0.57% 0.67% -
XYZ 22.58 33.12 11.51 -
YUV 142.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 113 171 73 0.34 0 0.57 0.33 95.51 0.4 0.48
Hex 71 AB 49 22 0 39 21 60 28 30
Octal 161 253 111 42 0 71 41 140 50 60
Binary 1110001 10101011 1001001 100010 0 111001 100001 1100000 101000 110000

Color Harmonies of #71AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB49

Black with #71AB49

Text Example


Text Example

White with #71AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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