Html Css Color HEX #70A441 Apple

📋 copy color: '#70A441'

red 112 ◦ green 164 ◦ blue 65

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

Shades of Apple #70A441

Tints of Apple #70A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.09%

 BLUE value IS 65 (25.78% from 255) = 19.06%

R = 32.84%
G = 48.09%
B = 19.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#70A441 (or 0x70A441) is known color: Apple. HEX triplet: 70, A4 and 41. RGB value is (112,164,65). Sum of RGB (Red+Green+Blue) = 112+164+65=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #70A441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A441 is #8F5BBE. Grayscale: #898989. Windows color (decimal): -9395135 or 4301936. OLE color: 4301936.

HSL color Cylindrical-coordinate representation of color #70A441: hue angle of 91.52º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70A441 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 112 164 65 -
CMYK 0.32 0 0.60 0.36
HSL 91.52º 0.43% 0.45% -
HSV(B) 91.52º 0.6% 0.64% -
XYZ 20.91 30.38 9.76 -
YUV 137.17 87.27 110.05 -
System Red Green Blue C M Y K H S L
Decimal 112 164 65 0.32 0 0.60 0.36 91.52 0.43 0.45
Hex 70 A4 41 20 0 3C 24 5C 2B 2D
Octal 160 244 101 40 0 74 44 134 53 55
Binary 1110000 10100100 1000001 100000 0 111100 100100 1011100 101011 101101

Color Harmonies of #70A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A441

Black with #70A441

Text Example


Text Example

White with #70A441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,164,65); }

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

background-color css

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

 a { background-color: rgb(112,164,65); }

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

border-color css

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

 span { border-color: rgb(112,164,65); }

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