#70a93c

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

Shades of Apple #70A93C

Tints of Apple #70A93C

Color information

#70A93C (or 0x70A93C) is unknown color: approx Apple. HEX triplet: 70, A9 and 3C. RGB value is (112,169,60). Sum of RGB (Red+Green+Blue) = 112+169+60=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #70A93C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A93C is #8F56C3. Grayscale: #8B8B8B. Windows color (decimal): -9393860 or 3975536. OLE color: 3975536.

HSL color Cylindrical-coordinate representation of color #70A93C: hue angle of 91.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70A93C is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB11216960-
CMYK0.3400.640.34
HSL91.38º47.6%44.9%-
HSV(B)91.38º64.5%66.27%-
XYZ21.6932.159.34-
YUV139.5383.12108.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 169 (66.41% from 255) = 49.56%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=32.84%
G=49.56%
B=17.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112169600.3400.640.3491.3847.644.9
Hex70A93C22040225b302d
Octal16025174420100421336055
Binary111000010101001111100100010010000001000101011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70a93c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,60); }

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

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

 a { background-color: rgb(112,169,60); }

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

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

 span { border-color: rgb(112,169,60); }

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