#70B747

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

Shades of Apple #70B747

Tints of Apple #70B747

Color information

#70B747 (or 0x70B747) is unknown color: approx Apple. HEX triplet: 70, B7 and 47. RGB value is (112,183,71). Sum of RGB (Red+Green+Blue) = 112+183+71=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 183 (71.88% from 255 or 50% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 183 - color contains mainly: green. Hex color #70B747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B747 is #8F48B8. Grayscale: #959595. Windows color (decimal): -9390265 or 4700016. OLE color: 4700016.

HSL color Cylindrical-coordinate representation of color #70B747: hue angle of 98.04º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70B747 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB11218371-
CMYK0.3900.610.28
HSL98.04º44.09%49.8%-
HSV(B)98.04º61.2%71.76%-
XYZ24.7537.7711.95-
YUV14983.98101.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 183 (71.88% from 255) = 50%
BLUE value IS 71 (28.12% from 255) = 19.40%
R=30.60%
G=50%
B=19.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112183710.3900.610.2898.0444.0949.8
Hex70B7472703D1C622c32
Octal16026710747075341425462
Binary11100001011011110001111001110111101111001100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,71); }

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

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

 a { background-color: rgb(112,183,71); }

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

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

 span { border-color: rgb(112,183,71); }

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