Html Css Color HEX #70AA44 Apple

📋 copy color: '#70AA44'

red 112 ◦ green 170 ◦ blue 68

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

Shades of Apple #70AA44

Tints of Apple #70AA44

RGB

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

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

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

R = 32%
G = 48.57%
B = 19.43%

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

#70AA44 (or 0x70AA44) is known color: Apple. HEX triplet: 70, AA and 44. RGB value is (112,170,68). Sum of RGB (Red+Green+Blue) = 112+170+68=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 170 (66.80% from 255 or 48.57% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA44 is #8F55BB. Grayscale: #8D8D8D. Windows color (decimal): -9393596 or 4500080. OLE color: 4500080.

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

Color convert

RGB 112 170 68 -
CMYK 0.34 0 0.6 0.33
HSL 94.12º 0.43% 0.47% -
HSV(B) 94.12º 0.6% 0.67% -
XYZ 22.1 32.61 10.6 -
YUV 141.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 112 170 68 0.34 0 0.6 0.33 94.12 0.43 0.47
Hex 70 AA 44 22 0 3C 21 5E 2B 2F
Octal 160 252 104 42 0 74 41 136 53 57
Binary 1110000 10101010 1000100 100010 0 111100 100001 1011110 101011 101111

Color Harmonies of #70AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA44

Black with #70AA44

Text Example


Text Example

White with #70AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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