#70B54D

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

Shades of Apple #70B54D

Tints of Apple #70B54D

Color information

#70B54D (or 0x70B54D) is unknown color: approx Apple. HEX triplet: 70, B5 and 4D. RGB value is (112,181,77). Sum of RGB (Red+Green+Blue) = 112+181+77=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 181 (71.09% from 255 or 48.92% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 181 - color contains mainly: green. Hex color #70B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B54D is #8F4AB2. Grayscale: #949494. Windows color (decimal): -9390771 or 5092720. OLE color: 5092720.

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

Color convert

RGB11218177-
CMYK0.3800.570.29
HSL99.81º41.27%50.59%-
HSV(B)99.81º57.46%70.98%-
XYZ24.5537.0312.87-
YUV148.5187.64101.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.27%
GREEN value IS 181 (71.09% from 255) = 48.92%
BLUE value IS 77 (30.47% from 255) = 20.81%
R=30.27%
G=48.92%
B=20.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112181770.3800.570.2999.8141.2750.59
Hex70B54D260391D642933
Octal16026511546071351445163
Binary11100001011010110011011001100111001111011100100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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