#70B83D

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

Shades of Apple #70B83D

Tints of Apple #70B83D

Color information

#70B83D (or 0x70B83D) is unknown color: approx Apple. HEX triplet: 70, B8 and 3D. RGB value is (112,184,61). Sum of RGB (Red+Green+Blue) = 112+184+61=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 184 (72.27% from 255 or 51.54% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 184 - color contains mainly: green. Hex color #70B83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B83D is #8F47C2. Grayscale: #949494. Windows color (decimal): -9390019 or 4044912. OLE color: 4044912.

HSL color Cylindrical-coordinate representation of color #70B83D: hue angle of 95.12º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70B83D is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB11218461-
CMYK0.3900.670.28
HSL95.12º50.2%48.04%-
HSV(B)95.12º66.85%72.16%-
XYZ24.6638.0610.46-
YUV148.4578.65102-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 184 (72.27% from 255) = 51.54%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=31.37%
G=51.54%
B=17.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112184610.3900.670.2895.1250.248.04
Hex70B83D270431C5f3230
Octal16027075470103341376260
Binary11100001011100011110110011101000011111001011111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,61); }

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

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

 a { background-color: rgb(112,184,61); }

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

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

 span { border-color: rgb(112,184,61); }

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