#70B54B

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

Shades of Apple #70B54B

Tints of Apple #70B54B

Color information

#70B54B (or 0x70B54B) is unknown color: approx Apple. HEX triplet: 70, B5 and 4B. RGB value is (112,181,75). Sum of RGB (Red+Green+Blue) = 112+181+75=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #70B54B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B54B is #8F4AB4. Grayscale: #949494. Windows color (decimal): -9390773 or 4961648. OLE color: 4961648.

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

Color convert

RGB11218175-
CMYK0.3800.590.29
HSL99.06º41.73%50.2%-
HSV(B)99.06º58.56%70.98%-
XYZ24.483712.51-
YUV148.2986.64102.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 181 (71.09% from 255) = 49.18%
BLUE value IS 75 (29.69% from 255) = 20.38%
R=30.43%
G=49.18%
B=20.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112181750.3800.590.2999.0641.7350.2
Hex70B54B2603B1D632a32
Octal16026511346073351435262
Binary11100001011010110010111001100111011111011100011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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