Html Css Color HEX #70B993 Silver Tree

📋 copy color: '#70B993'

red 112 ◦ green 185 ◦ blue 147

#70B993
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #70B993

Tints of Silver Tree #70B993

RGB

 RED value IS 112 (44.14% from 255) = 25.23%

 GREEN value IS 185 (72.66% from 255) = 41.67%

 BLUE value IS 147 (57.81% from 255) = 33.11%

R = 25.23%
G = 41.67%
B = 33.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#70B993 (or 0x70B993) is known color: Silver Tree. HEX triplet: 70, B9 and 93. RGB value is (112,185,147). Sum of RGB (Red+Green+Blue) = 112+185+147=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 185 - color contains mainly: green. Hex color #70B993 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B993 is #8F466C. Grayscale: #9E9E9E. Windows color (decimal): -9389677 or 9681264. OLE color: 9681264.

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

Color convert

RGB 112 185 147 -
CMYK 0.39 0 0.21 0.27
HSL 148.77º 0.34% 0.58% -
HSV(B) 148.77º 0.39% 0.73% -
XYZ 29.3 40.25 33.83 -
YUV 158.84 121.32 94.59 -
System Red Green Blue C M Y K H S L
Decimal 112 185 147 0.39 0 0.21 0.27 148.77 0.34 0.58
Hex 70 B9 93 27 0 15 1B 95 22 3A
Octal 160 271 223 47 0 25 33 225 42 72
Binary 1110000 10111001 10010011 100111 0 10101 11011 10010101 100010 111010

Color Harmonies of #70B993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B993

Black with #70B993

Text Example


Text Example

White with #70B993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70B993;
 }
 .AnyTagClassName
 {
   color: #70B993;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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