Html Css Color HEX #70A344 Apple

📋 copy color: '#70A344'

red 112 ◦ green 163 ◦ blue 68

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

Shades of Apple #70A344

Tints of Apple #70A344

RGB

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

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

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

R = 32.65%
G = 47.52%
B = 19.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#70A344 (or 0x70A344) is known color: Apple. HEX triplet: 70, A3 and 44. RGB value is (112,163,68). Sum of RGB (Red+Green+Blue) = 112+163+68=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 163 (64.06% from 255 or 47.52% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 163 - color contains mainly: green. Hex color #70A344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A344 is #8F5CBB. Grayscale: #898989. Windows color (decimal): -9395388 or 4498288. OLE color: 4498288.

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

Color convert

RGB 112 163 68 -
CMYK 0.31 0 0.58 0.36
HSL 92.21º 0.41% 0.45% -
HSV(B) 92.21º 0.58% 0.64% -
XYZ 20.82 30.06 10.17 -
YUV 136.92 89.1 110.22 -
System Red Green Blue C M Y K H S L
Decimal 112 163 68 0.31 0 0.58 0.36 92.21 0.41 0.45
Hex 70 A3 44 1F 0 3A 24 5C 29 2D
Octal 160 243 104 37 0 72 44 134 51 55
Binary 1110000 10100011 1000100 11111 0 111010 100100 1011100 101001 101101

Color Harmonies of #70A344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A344

Black with #70A344

Text Example


Text Example

White with #70A344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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