Html Css Color HEX #70AA47 Apple

📋 copy color: '#70AA47'

red 112 ◦ green 170 ◦ blue 71

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

Shades of Apple #70AA47

Tints of Apple #70AA47

RGB

 RED value IS 112 (44.14% from 255) = 31.73%

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

 BLUE value IS 71 (28.13% from 255) = 20.11%

R = 31.73%
G = 48.16%
B = 20.11%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#70AA47 (or 0x70AA47) is known color: Apple. HEX triplet: 70, AA and 47. RGB value is (112,170,71). Sum of RGB (Red+Green+Blue) = 112+170+71=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA47 is #8F55B8. Grayscale: #8D8D8D. Windows color (decimal): -9393593 or 4696688. OLE color: 4696688.

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

Color convert

RGB 112 170 71 -
CMYK 0.34 0 0.58 0.33
HSL 95.15º 0.41% 0.47% -
HSV(B) 95.15º 0.58% 0.67% -
XYZ 22.19 32.65 11.09 -
YUV 141.37 88.28 107.05 -
System Red Green Blue C M Y K H S L
Decimal 112 170 71 0.34 0 0.58 0.33 95.15 0.41 0.47
Hex 70 AA 47 22 0 3A 21 5F 29 2F
Octal 160 252 107 42 0 72 41 137 51 57
Binary 1110000 10101010 1000111 100010 0 111010 100001 1011111 101001 101111

Color Harmonies of #70AA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA47

Black with #70AA47

Text Example


Text Example

White with #70AA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70AA47; }

 p { color: rgb(112,170,71); }

 H1.HeaderClassName
 {
   color: #70AA47;
 }
 .AnyTagClassName
 {
   color: #70AA47;
 }
</style>

background-color css

<style>
 a { background-color: #70AA47; }

 a { background-color: rgb(112,170,71); }

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

border-color css

<style>
 span { border-color: #70AA47; }

 span { border-color: rgb(112,170,71); }

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