#70B593

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

Shades of Silver Tree #70B593

Tints of Silver Tree #70B593

Color information

#70B593 (or 0x70B593) is unknown color: approx Silver Tree. HEX triplet: 70, B5 and 93. RGB value is (112,181,147). Sum of RGB (Red+Green+Blue) = 112+181+147=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #70B593 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B593 is #8F4A6C. Grayscale: #9C9C9C. Windows color (decimal): -9390701 or 9680240. OLE color: 9680240.

HSL color Cylindrical-coordinate representation of color #70B593: hue angle of 150.43º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B593 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB112181147-
CMYK0.3800.190.29
HSL150.43º31.8%57.45%-
HSV(B)150.43º38.12%70.98%-
XYZ28.4738.633.55-
YUV156.49122.6496.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=25.45%
G=41.14%
B=33.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811470.3800.190.29150.4331.857.45
Hex70B593260131D962039
Octal16026522346023352264071
Binary111000010110101100100111001100100111110110010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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