#70B796

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

Shades of Silver Tree #70B796

Tints of Silver Tree #70B796

Color information

#70B796 (or 0x70B796) is unknown color: approx Silver Tree. HEX triplet: 70, B7 and 96. RGB value is (112,183,150). Sum of RGB (Red+Green+Blue) = 112+183+150=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #70B796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B796 is #8F4869. Grayscale: #9E9E9E. Windows color (decimal): -9390186 or 9877360. OLE color: 9877360.

HSL color Cylindrical-coordinate representation of color #70B796: hue angle of 152.11º degrees, saturation: 0.33, 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 #70B796 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB112183150-
CMYK0.3900.180.28
HSL152.11º33.02%57.84%-
HSV(B)152.11º38.8%71.76%-
XYZ29.1239.5134.95-
YUV158.01123.4895.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 183 (71.88% from 255) = 41.12%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=25.17%
G=41.12%
B=33.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831500.3900.180.28152.1133.0257.84
Hex70B796270121C98213a
Octal16026722647022342304172
Binary111000010110111100101101001110100101110010011000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,150); }

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

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

 a { background-color: rgb(112,183,150); }

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

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

 span { border-color: rgb(112,183,150); }

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