Html Css Color HEX #70AA53 Apple

📋 copy color: '#70AA53'

red 112 ◦ green 170 ◦ blue 83

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

Shades of Apple #70AA53

Tints of Apple #70AA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 30.68%
G = 46.58%
B = 22.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#70AA53 (or 0x70AA53) is known color: Apple. HEX triplet: 70, AA and 53. RGB value is (112,170,83). Sum of RGB (Red+Green+Blue) = 112+170+83=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 170 (66.80% from 255 or 46.58% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA53 is #8F55AC. Grayscale: #8F8F8F. Windows color (decimal): -9393581 or 5483120. OLE color: 5483120.

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

Color convert

RGB 112 170 83 -
CMYK 0.34 0 0.51 0.33
HSL 100º 0.34% 0.5% -
HSV(B) 100º 0.51% 0.67% -
XYZ 22.62 32.82 13.33 -
YUV 142.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 112 170 83 0.34 0 0.51 0.33 100 0.34 0.5
Hex 70 AA 53 22 0 33 21 64 22 32
Octal 160 252 123 42 0 63 41 144 42 62
Binary 1110000 10101010 1010011 100010 0 110011 100001 1100100 100010 110010

Color Harmonies of #70AA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA53

Black with #70AA53

Text Example


Text Example

White with #70AA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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