Html Css Color HEX #71AA44 Apple

📋 copy color: '#71AA44'

red 113 ◦ green 170 ◦ blue 68

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

Shades of Apple #71AA44

Tints of Apple #71AA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.43%

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 32.19%
G = 48.43%
B = 19.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#71AA44 (or 0x71AA44) is known color: Apple. HEX triplet: 71, AA and 44. RGB value is (113,170,68). Sum of RGB (Red+Green+Blue) = 113+170+68=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA44 is #8E55BB. Grayscale: #8D8D8D. Windows color (decimal): -9328060 or 4500081. OLE color: 4500081.

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

Color convert

RGB 113 170 68 -
CMYK 0.34 0 0.6 0.33
HSL 93.53º 0.43% 0.47% -
HSV(B) 93.53º 0.6% 0.67% -
XYZ 22.23 32.68 10.6 -
YUV 141.33 86.62 107.79 -
System Red Green Blue C M Y K H S L
Decimal 113 170 68 0.34 0 0.6 0.33 93.53 0.43 0.47
Hex 71 AA 44 22 0 3C 21 5E 2B 2F
Octal 161 252 104 42 0 74 41 136 53 57
Binary 1110001 10101010 1000100 100010 0 111100 100001 1011110 101011 101111

Color Harmonies of #71AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA44

Black with #71AA44

Text Example


Text Example

White with #71AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,170,68); }

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

background-color css

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

 a { background-color: rgb(113,170,68); }

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

border-color css

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

 span { border-color: rgb(113,170,68); }

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