Html Css Color HEX #70AA52 Apple

📋 copy color: '#70AA52'

red 112 ◦ green 170 ◦ blue 82

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

Shades of Apple #70AA52

Tints of Apple #70AA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.53%

R = 30.77%
G = 46.7%
B = 22.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#70AA52 (or 0x70AA52) is known color: Apple. HEX triplet: 70, AA and 52. RGB value is (112,170,82). Sum of RGB (Red+Green+Blue) = 112+170+82=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 170 (66.80% from 255 or 46.70% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA52 is #8F55AD. Grayscale: #8E8E8E. Windows color (decimal): -9393582 or 5417584. OLE color: 5417584.

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

Color convert

RGB 112 170 82 -
CMYK 0.34 0 0.52 0.33
HSL 99.55º 0.35% 0.49% -
HSV(B) 99.55º 0.52% 0.67% -
XYZ 22.58 32.8 13.12 -
YUV 142.63 93.78 106.16 -
System Red Green Blue C M Y K H S L
Decimal 112 170 82 0.34 0 0.52 0.33 99.55 0.35 0.49
Hex 70 AA 52 22 0 34 21 64 23 31
Octal 160 252 122 42 0 64 41 144 43 61
Binary 1110000 10101010 1010010 100010 0 110100 100001 1100100 100011 110001

Color Harmonies of #70AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA52

Black with #70AA52

Text Example


Text Example

White with #70AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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