Html Css Color HEX #70A346 Apple

📋 copy color: '#70A346'

red 112 ◦ green 163 ◦ blue 70

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

Shades of Apple #70A346

Tints of Apple #70A346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.25%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 32.46%
G = 47.25%
B = 20.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#70A346 (or 0x70A346) is known color: Apple. HEX triplet: 70, A3 and 46. RGB value is (112,163,70). Sum of RGB (Red+Green+Blue) = 112+163+70=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 163 (64.06% from 255 or 47.25% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 163 - color contains mainly: green. Hex color #70A346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A346 is #8F5CB9. Grayscale: #898989. Windows color (decimal): -9395386 or 4629360. OLE color: 4629360.

HSL color Cylindrical-coordinate representation of color #70A346: hue angle of 92.9º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70A346 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 163 70 -
CMYK 0.31 0 0.57 0.36
HSL 92.9º 0.4% 0.46% -
HSV(B) 92.9º 0.57% 0.64% -
XYZ 20.88 30.08 10.5 -
YUV 137.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 112 163 70 0.31 0 0.57 0.36 92.9 0.4 0.46
Hex 70 A3 46 1F 0 39 24 5D 28 2E
Octal 160 243 106 37 0 71 44 135 50 56
Binary 1110000 10100011 1000110 11111 0 111001 100100 1011101 101000 101110

Color Harmonies of #70A346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A346

Black with #70A346

Text Example


Text Example

White with #70A346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,163,70); }

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

background-color css

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

 a { background-color: rgb(112,163,70); }

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

border-color css

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

 span { border-color: rgb(112,163,70); }

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