Html Css Color HEX #71AA42 Apple

📋 copy color: '#71AA42'

red 113 ◦ green 170 ◦ blue 66

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

Shades of Apple #71AA42

Tints of Apple #71AA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 32.38%
G = 48.71%
B = 18.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#71AA42 (or 0x71AA42) is known color: Apple. HEX triplet: 71, AA and 42. RGB value is (113,170,66). Sum of RGB (Red+Green+Blue) = 113+170+66=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA42 is #8E55BD. Grayscale: #8D8D8D. Windows color (decimal): -9328062 or 4369009. OLE color: 4369009.

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

Color convert

RGB 113 170 66 -
CMYK 0.34 0 0.61 0.33
HSL 92.88º 0.44% 0.46% -
HSV(B) 92.88º 0.61% 0.67% -
XYZ 22.17 32.65 10.29 -
YUV 141.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 113 170 66 0.34 0 0.61 0.33 92.88 0.44 0.46
Hex 71 AA 42 22 0 3D 21 5D 2C 2E
Octal 161 252 102 42 0 75 41 135 54 56
Binary 1110001 10101010 1000010 100010 0 111101 100001 1011101 101100 101110

Color Harmonies of #71AA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA42

Black with #71AA42

Text Example


Text Example

White with #71AA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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