#70B741

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

Shades of Apple #70B741

Tints of Apple #70B741

Color information

#70B741 (or 0x70B741) is unknown color: approx Apple. HEX triplet: 70, B7 and 41. RGB value is (112,183,65). Sum of RGB (Red+Green+Blue) = 112+183+65=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #70B741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B741 is #8F48BE. Grayscale: #949494. Windows color (decimal): -9390271 or 4306800. OLE color: 4306800.

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

Color convert

RGB11218365-
CMYK0.3900.640.28
HSL96.1º47.58%48.63%-
HSV(B)96.1º64.48%71.76%-
XYZ24.5737.6910.98-
YUV148.3280.98102.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.11%
GREEN value IS 183 (71.88% from 255) = 50.83%
BLUE value IS 65 (25.78% from 255) = 18.06%
R=31.11%
G=50.83%
B=18.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112183650.3900.640.2896.147.5848.63
Hex70B741270401C603031
Octal160267101470100341406061
Binary111000010110111100000110011101000000111001100000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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