#70B793

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

Shades of Silver Tree #70B793

Tints of Silver Tree #70B793

Color information

#70B793 (or 0x70B793) is unknown color: approx Silver Tree. HEX triplet: 70, B7 and 93. RGB value is (112,183,147). Sum of RGB (Red+Green+Blue) = 112+183+147=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #70B793 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B793 is #8F486C. Grayscale: #9D9D9D. Windows color (decimal): -9390189 or 9680752. OLE color: 9680752.

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

Color convert

RGB112183147-
CMYK0.3900.200.28
HSL149.58º33.02%57.84%-
HSV(B)149.58º38.8%71.76%-
XYZ28.8839.4233.69-
YUV157.67121.9895.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=25.34%
G=41.40%
B=33.26%

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
Decimal1121831470.3900.200.28149.5833.0257.84
Hex70B793270141C96213a
Octal16026722347024342264172
Binary111000010110111100100111001110101001110010010110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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