#70AB58

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

Shades of Apple #70AB58

Tints of Apple #70AB58

Color information

#70AB58 (or 0x70AB58) is unknown color: approx Apple. HEX triplet: 70, AB and 58. RGB value is (112,171,88). Sum of RGB (Red+Green+Blue) = 112+171+88=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB58 is #8F54A7. Grayscale: #909090. Windows color (decimal): -9393320 or 5811056. OLE color: 5811056.

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

Color convert

RGB11217188-
CMYK0.3500.490.33
HSL102.65º33.07%50.78%-
HSV(B)102.65º48.54%67.06%-
XYZ23.0133.2814.44-
YUV143.996.45105.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 88 (34.77% from 255) = 23.72%
R=30.19%
G=46.09%
B=23.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112171880.3500.490.33102.6533.0750.78
Hex70AB582303121672133
Octal16025313043061411474163
Binary111000010101011101100010001101100011000011100111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,171,88); }

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

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

 a { background-color: rgb(112,171,88); }

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

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

 span { border-color: rgb(112,171,88); }

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