#70B54C

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

Shades of Apple #70B54C

Tints of Apple #70B54C

Color information

#70B54C (or 0x70B54C) is unknown color: approx Apple. HEX triplet: 70, B5 and 4C. RGB value is (112,181,76). Sum of RGB (Red+Green+Blue) = 112+181+76=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #70B54C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B54C is #8F4AB3. Grayscale: #949494. Windows color (decimal): -9390772 or 5027184. OLE color: 5027184.

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

Color convert

RGB11218176-
CMYK0.3800.580.29
HSL99.43º41.5%50.39%-
HSV(B)99.43º58.01%70.98%-
XYZ24.5137.0112.69-
YUV148.487.14102.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=30.35%
G=49.05%
B=20.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112181760.3800.580.2999.4341.550.39
Hex70B54C2603A1D632a32
Octal16026511446072351435262
Binary11100001011010110011001001100111010111011100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,181,76); }

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

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

 a { background-color: rgb(112,181,76); }

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

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

 span { border-color: rgb(112,181,76); }

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