Html Css Color HEX #70AA48 Apple

📋 copy color: '#70AA48'

red 112 ◦ green 170 ◦ blue 72

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

Shades of Apple #70AA48

Tints of Apple #70AA48

RGB

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

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

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

R = 31.64%
G = 48.02%
B = 20.34%

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

#70AA48 (or 0x70AA48) is known color: Apple. HEX triplet: 70, AA and 48. RGB value is (112,170,72). Sum of RGB (Red+Green+Blue) = 112+170+72=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 72 (28.52% from 255 or 20.34% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA48 is #8F55B7. Grayscale: #8D8D8D. Windows color (decimal): -9393592 or 4762224. OLE color: 4762224.

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

Color convert

RGB 112 170 72 -
CMYK 0.34 0 0.58 0.33
HSL 95.51º 0.4% 0.47% -
HSV(B) 95.51º 0.58% 0.67% -
XYZ 22.23 32.66 11.26 -
YUV 141.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 112 170 72 0.34 0 0.58 0.33 95.51 0.4 0.47
Hex 70 AA 48 22 0 3A 21 60 28 2F
Octal 160 252 110 42 0 72 41 140 50 57
Binary 1110000 10101010 1001000 100010 0 111010 100001 1100000 101000 101111

Color Harmonies of #70AA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA48

Black with #70AA48

Text Example


Text Example

White with #70AA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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