#70B94C

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

Shades of Apple #70B94C

Tints of Apple #70B94C

Color information

#70B94C (or 0x70B94C) is unknown color: approx Apple. HEX triplet: 70, B9 and 4C. RGB value is (112,185,76). Sum of RGB (Red+Green+Blue) = 112+185+76=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #70B94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B94C is #8F46B3. Grayscale: #979797. Windows color (decimal): -9389748 or 5028208. OLE color: 5028208.

HSL color Cylindrical-coordinate representation of color #70B94C: hue angle of 100.18º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70B94C is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB11218576-
CMYK0.3900.590.27
HSL100.18º43.78%51.18%-
HSV(B)100.18º58.92%72.55%-
XYZ25.3438.6612.97-
YUV150.7585.82100.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 185 (72.66% from 255) = 49.60%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=30.03%
G=49.60%
B=20.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112185760.3900.590.27100.1843.7851.18
Hex70B94C2703B1B642c33
Octal16027111447073331445463
Binary11100001011100110011001001110111011110111100100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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