#70A541

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

Shades of Apple #70A541

Tints of Apple #70A541

Color information

#70A541 (or 0x70A541) is unknown color: approx Apple. HEX triplet: 70, A5 and 41. RGB value is (112,165,65). Sum of RGB (Red+Green+Blue) = 112+165+65=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 165 (64.84% from 255 or 48.25% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 165 - color contains mainly: green. Hex color #70A541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A541 is #8F5ABE. Grayscale: #8A8A8A. Windows color (decimal): -9394879 or 4302192. OLE color: 4302192.

HSL color Cylindrical-coordinate representation of color #70A541: hue angle of 91.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70A541 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB11216565-
CMYK0.3200.610.35
HSL91.8º43.48%45.1%-
HSV(B)91.8º60.61%64.71%-
XYZ21.0930.749.82-
YUV137.7586.94109.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 165 (64.84% from 255) = 48.25%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=32.75%
G=48.25%
B=19.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165650.3200.610.3591.843.4845.1
Hex70A5412003D235c2b2d
Octal16024510140075431345355
Binary111000010100101100000110000001111011000111011100101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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