#70B435

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

Shades of Apple #70B435

Tints of Apple #70B435

Color information

#70B435 (or 0x70B435) is unknown color: approx Apple. HEX triplet: 70, B4 and 35. RGB value is (112,180,53). Sum of RGB (Red+Green+Blue) = 112+180+53=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #70B435 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B435 is #8F4BCA. Grayscale: #919191. Windows color (decimal): -9391051 or 3519600. OLE color: 3519600.

HSL color Cylindrical-coordinate representation of color #70B435: hue angle of 92.13º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70B435 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB11218053-
CMYK0.3800.710.29
HSL92.13º54.51%45.69%-
HSV(B)92.13º70.56%70.59%-
XYZ23.6536.349.14-
YUV145.1975.97104.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=32.46%
G=52.17%
B=15.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112180530.3800.710.2992.1354.5145.69
Hex70B435260471D5c372e
Octal16026465460107351346756
Binary11100001011010011010110011001000111111011011100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,53); }

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

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

 a { background-color: rgb(112,180,53); }

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

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

 span { border-color: rgb(112,180,53); }

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