#70B794

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

Shades of Silver Tree #70B794

Tints of Silver Tree #70B794

Color information

#70B794 (or 0x70B794) is unknown color: approx Silver Tree. HEX triplet: 70, B7 and 94. RGB value is (112,183,148). Sum of RGB (Red+Green+Blue) = 112+183+148=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #70B794 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B794 is #8F486B. Grayscale: #9D9D9D. Windows color (decimal): -9390188 or 9746288. OLE color: 9746288.

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

Color convert

RGB112183148-
CMYK0.3900.190.28
HSL150.42º33.02%57.84%-
HSV(B)150.42º38.8%71.76%-
XYZ28.9639.4534.11-
YUV157.78122.4895.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=25.28%
G=41.31%
B=33.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831480.3900.190.28150.4233.0257.84
Hex70B794270131C96213a
Octal16026722447023342264172
Binary111000010110111100101001001110100111110010010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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