#70BC8B

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

Shades of Silver Tree #70BC8B

Tints of Silver Tree #70BC8B

Color information

#70BC8B (or 0x70BC8B) is unknown color: approx Silver Tree. HEX triplet: 70, BC and 8B. RGB value is (112,188,139). Sum of RGB (Red+Green+Blue) = 112+188+139=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BC8B is #8F4374. Grayscale: #9F9F9F. Windows color (decimal): -9388917 or 9157744. OLE color: 9157744.

HSL color Cylindrical-coordinate representation of color #70BC8B: hue angle of 141.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC8B is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB112188139-
CMYK0.4000.260.26
HSL141.32º36.19%58.82%-
HSV(B)141.32º40.43%73.73%-
XYZ29.3341.2830.85-
YUV159.69116.3293.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 139 (54.69% from 255) = 31.66%
R=25.51%
G=42.82%
B=31.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881390.4000.260.26141.3236.1958.82
Hex70BC8B2801A1A8d243b
Octal16027421350032322154473
Binary111000010111100100010111010000110101101010001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,188,139); }

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

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

 a { background-color: rgb(112,188,139); }

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

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

 span { border-color: rgb(112,188,139); }

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