#70B893

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

Shades of Silver Tree #70B893

Tints of Silver Tree #70B893

Color information

#70B893 (or 0x70B893) is unknown color: approx Silver Tree. HEX triplet: 70, B8 and 93. RGB value is (112,184,147). Sum of RGB (Red+Green+Blue) = 112+184+147=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 184 - color contains mainly: green. Hex color #70B893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B893 is #8F476C. Grayscale: #9E9E9E. Windows color (decimal): -9389933 or 9681008. OLE color: 9681008.

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

Color convert

RGB112184147-
CMYK0.3900.200.28
HSL149.17º33.64%58.04%-
HSV(B)149.17º39.13%72.16%-
XYZ29.0939.8333.76-
YUV158.25121.6595.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 184 (72.27% from 255) = 41.53%
BLUE value IS 147 (57.81% from 255) = 33.18%
R=25.28%
G=41.53%
B=33.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121841470.3900.200.28149.1733.6458.04
Hex70B893270141C95223a
Octal16027022347024342254272
Binary111000010111000100100111001110101001110010010101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,147); }

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

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

 a { background-color: rgb(112,184,147); }

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

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

 span { border-color: rgb(112,184,147); }

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