Html Css Color HEX #71A848 Apple

📋 copy color: '#71A848'

red 113 ◦ green 168 ◦ blue 72

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

Shades of Apple #71A848

Tints of Apple #71A848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.59%

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 32.01%
G = 47.59%
B = 20.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#71A848 (or 0x71A848) is known color: Apple. HEX triplet: 71, A8 and 48. RGB value is (113,168,72). Sum of RGB (Red+Green+Blue) = 113+168+72=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #71A848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A848 is #8E57B7. Grayscale: #8C8C8C. Windows color (decimal): -9328568 or 4761713. OLE color: 4761713.

HSL color Cylindrical-coordinate representation of color #71A848: hue angle of 94.38º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71A848 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 168 72 -
CMYK 0.33 0 0.57 0.34
HSL 94.38º 0.4% 0.47% -
HSV(B) 94.38º 0.57% 0.66% -
XYZ 21.98 31.98 11.15 -
YUV 140.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 113 168 72 0.33 0 0.57 0.34 94.38 0.4 0.47
Hex 71 A8 48 21 0 39 22 5E 28 2F
Octal 161 250 110 41 0 71 42 136 50 57
Binary 1110001 10101000 1001000 100001 0 111001 100010 1011110 101000 101111

Color Harmonies of #71A848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A848

Black with #71A848

Text Example


Text Example

White with #71A848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,168,72); }

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

background-color css

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

 a { background-color: rgb(113,168,72); }

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

border-color css

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

 span { border-color: rgb(113,168,72); }

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