#70B640

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

Shades of Apple #70B640

Tints of Apple #70B640

Color information

#70B640 (or 0x70B640) is unknown color: approx Apple. HEX triplet: 70, B6 and 40. RGB value is (112,182,64). Sum of RGB (Red+Green+Blue) = 112+182+64=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 182 (71.48% from 255 or 50.84% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 182 - color contains mainly: green. Hex color #70B640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B640 is #8F49BF. Grayscale: #949494. Windows color (decimal): -9390528 or 4241008. OLE color: 4241008.

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

Color convert

RGB11218264-
CMYK0.3800.650.29
HSL95.59º47.97%48.24%-
HSV(B)95.59º64.84%71.37%-
XYZ24.3437.2710.76-
YUV147.6280.81102.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.28%
GREEN value IS 182 (71.48% from 255) = 50.84%
BLUE value IS 64 (25.39% from 255) = 17.88%
R=31.28%
G=50.84%
B=17.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112182640.3800.650.2995.5947.9748.24
Hex70B640260411D603030
Octal160266100460101351406060
Binary111000010110110100000010011001000001111011100000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,182,64); }

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

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

 a { background-color: rgb(112,182,64); }

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

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

 span { border-color: rgb(112,182,64); }

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