#70A641

Color #70A641 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70A641

Tints of Apple #70A641

Color information

#70A641 (or 0x70A641) is unknown color: approx Apple. HEX triplet: 70, A6 and 41. RGB value is (112,166,65). Sum of RGB (Red+Green+Blue) = 112+166+65=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 166 (65.23% from 255 or 48.40% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 166 - color contains mainly: green. Hex color #70A641 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A641 is #8F59BE. Grayscale: #8A8A8A. Windows color (decimal): -9394623 or 4302448. OLE color: 4302448.

HSL color Cylindrical-coordinate representation of color #70A641: hue angle of 92.08º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70A641 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB11216665-
CMYK0.3300.610.35
HSL92.08º43.72%45.29%-
HSV(B)92.08º60.84%65.1%-
XYZ21.2731.19.88-
YUV138.3486.61109.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 166 (65.23% from 255) = 48.40%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=32.65%
G=48.40%
B=18.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112166650.3300.610.3592.0843.7245.29
Hex70A6412103D235c2c2d
Octal16024610141075431345455
Binary111000010100110100000110000101111011000111011100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70A641;
 }
 .AnyTagClassName
 {
   color: #70A641;
 }
</style>
background-color css

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

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

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

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

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

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