#70A850

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

Shades of Apple #70A850

Tints of Apple #70A850

Color information

#70A850 (or 0x70A850) is unknown color: approx Apple. HEX triplet: 70, A8 and 50. RGB value is (112,168,80). Sum of RGB (Red+Green+Blue) = 112+168+80=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #70A850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A850 is #8F57AF. Grayscale: #8D8D8D. Windows color (decimal): -9394096 or 5286000. OLE color: 5286000.

HSL color Cylindrical-coordinate representation of color #70A850: hue angle of 98.18º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70A850 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.

Color convert

RGB11216880-
CMYK0.3300.520.34
HSL98.18º35.48%48.63%-
HSV(B)98.18º52.38%65.88%-
XYZ22.1332.0312.61-
YUV141.2293.45107.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 168 (66.02% from 255) = 46.67%
BLUE value IS 80 (31.64% from 255) = 22.22%
R=31.11%
G=46.67%
B=22.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112168800.3300.520.3498.1835.4848.63
Hex70A8502103422622331
Octal16025012041064421424361
Binary111000010101000101000010000101101001000101100010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,168,80); }

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

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

 a { background-color: rgb(112,168,80); }

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

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

 span { border-color: rgb(112,168,80); }

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