Html Css Color HEX #70B897 Silver Tree

📋 copy color: '#70B897'

red 112 ◦ green 184 ◦ blue 151

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

Shades of Silver Tree #70B897

Tints of Silver Tree #70B897

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.16%

 BLUE value IS 151 (59.38% from 255) = 33.78%

R = 25.06%
G = 41.16%
B = 33.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#70B897 (or 0x70B897) is known color: Silver Tree. HEX triplet: 70, B8 and 97. RGB value is (112,184,151). Sum of RGB (Red+Green+Blue) = 112+184+151=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 151 (59.38% from 255 or 33.78% from 447); Max value from RGB is 184 - color contains mainly: green. Hex color #70B897 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B897 is #8F4768. Grayscale: #9E9E9E. Windows color (decimal): -9389929 or 9943152. OLE color: 9943152.

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

Color convert

RGB 112 184 151 -
CMYK 0.39 0 0.18 0.28
HSL 152.5º 0.34% 0.58% -
HSV(B) 152.5º 0.39% 0.72% -
XYZ 29.41 39.96 35.44 -
YUV 158.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 112 184 151 0.39 0 0.18 0.28 152.5 0.34 0.58
Hex 70 B8 97 27 0 12 1C 98 22 3A
Octal 160 270 227 47 0 22 34 230 42 72
Binary 1110000 10111000 10010111 100111 0 10010 11100 10011000 100010 111010

Color Harmonies of #70B897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B897

Black with #70B897

Text Example


Text Example

White with #70B897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,151); }

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

background-color css

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

 a { background-color: rgb(112,184,151); }

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

border-color css

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

 span { border-color: rgb(112,184,151); }

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